LBANN  0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
lbann::False< T > Struct Template Reference

Template that always has a 'value' field that evaluates to 'false'. More...

#include <make_abstract.hpp>

Inheritance diagram for lbann::False< T >:
[legend]
Collaboration diagram for lbann::False< T >:
[legend]

Detailed Description

template<typename T>
struct lbann::False< T >

Template that always has a 'value' field that evaluates to 'false'.

This is mostly for static_asserts so the literal "false" isn't in the "expression" argument. Some compilers also give better type information when writing their own error messages.

Definition at line 41 of file make_abstract.hpp.


The documentation for this struct was generated from the following file: