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