35 #ifndef _BLAZE_UTIL_VALUETRAITS_ISTRUE_H_
36 #define _BLAZE_UTIL_VALUETRAITS_ISTRUE_H_
80 enum { value = ( C )?( 1 ):( 0 ) };
Header file for the FalseType type/value trait base class.
Compile time type selection.The SelectType class template selects one of the two given types T1 and T...
Definition: SelectType.h:59
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Header file for the SelectType class template.
Compile time check whether a compile time constant expression evaluates to true.This value trait test...
Definition: IsTrue.h:75
Header file for the TrueType type/value trait base class.