35 #ifndef _BLAZE_UTIL_VALUETRAITS_ISEVEN_H_
36 #define _BLAZE_UTIL_VALUETRAITS_ISEVEN_H_
80 enum { value = ( N%2 )?( 0 ):( 1 ) };
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
Header file for the SelectType class template.
Compile time check whether a compile time constant expression is even.This value trait tests whether ...
Definition: IsEven.h:75
Header file for the TrueType type/value trait base class.