35 #ifndef _BLAZE_MATH_TYPETRAITS_NUMERICELEMENTTYPE_H_
36 #define _BLAZE_MATH_TYPETRAITS_NUMERICELEMENTTYPE_H_
73 template<
typename T >
79 template<
typename T2 >
80 struct Numeric {
typedef T2 Type; };
86 template<
typename T2 >
Compile time type selection.The If class template selects one of the two given types T2 and T3 depend...
Definition: If.h:112
Header file for the If class template.
Header file for the IsNumeric type trait.
Evaluation of the numeric element type of a given data type.Via this type trait it is possible to eva...
Definition: NumericElementType.h:74