Defines the metaprogamming equivalent of the boolean type. More...
Go to the source code of this file.
Classes | |
class | ecl::Bool< x > |
Integral constant wrapper for boolean values. More... | |
Namespaces | |
namespace | ecl |
Embedded control libraries. | |
Typedefs | |
typedef Bool< false > | ecl::False |
Convenient typedef for the 'false' integral constant wrapper. | |
typedef Bool< true > | ecl::True |
Convenient typedef for the 'true' integral constant wrapper. |
Defines the metaprogamming equivalent of the boolean type.
Definition in file bool.hpp.