12 #ifndef ECL_MPL_BOOL_HPP_ 13 #define ECL_MPL_BOOL_HPP_ 37 operator bool()
const {
return x; }
Embedded control libraries.
bool value_type
The type this wrapper's value.
Bool< true > True
Convenient typedef for the 'true' integral constant wrapper.
static bool const value
The value for this integral constant wrapper.
Integral constant wrapper for boolean values.
Bool< false > False
Convenient typedef for the 'false' integral constant wrapper.
Bool< x > type
This wrapper's nullary metafunction (simply returns itself).