35 #ifndef _BLAZE_MATH_TYPETRAITS_BASEELEMENTTYPE_H_
36 #define _BLAZE_MATH_TYPETRAITS_BASEELEMENTTYPE_H_
79 template<
typename T >
85 template<
typename T2 >
86 struct Builtin {
typedef T2 Type; };
92 template<
typename T2 >
99 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:80
Header file for the IsBuiltin type trait.
Header file for the IsComplex type trait.