35 #ifndef _BLAZE_UTIL_MPL_IF_H_
36 #define _BLAZE_UTIL_MPL_IF_H_
56 template<
bool Condition
109 template<
typename T1
Compile time type selection.The If class template selects one of the two given types T2 and T3 depend...
Definition: If.h:112
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Compile time type selection.The IfTrue class template selects one of the two given types T1 and T2 de...
Definition: If.h:59