35 #ifndef _BLAZE_MATH_TYPETRAITS_BASEELEMENTTYPE_H_
36 #define _BLAZE_MATH_TYPETRAITS_BASEELEMENTTYPE_H_
74 template<
typename T >
80 template<
typename T2 >
81 struct Builtin {
typedef T2 Type; };
87 template<
typename T2 >
94 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.
Evaluation of the base element type of a given data type.Via this type trait it is possible to evalua...
Definition: BaseElementType.h:75
Header file for the IsBuiltin type trait.
Header file for the IsComplex type trait.