![]() |
Compile time integral constant wrapper for bool.The Bool class template represents an integral wrapper for a compile time constant expression of type bool. The value of a Bool can be accessed via the nested value (which is guaranteed to be of type bool), the type can be accessed via the nested type definition ValueType. More...
#include <Bool.h>
Inherits blaze::IntegralConstant< bool, C >.
Inherited by blaze::Greater< T1, T2 >.
Compile time integral constant wrapper for bool.
The Bool class template represents an integral wrapper for a compile time constant expression of type bool. The value of a Bool can be accessed via the nested value (which is guaranteed to be of type bool), the type can be accessed via the nested type definition ValueType.