35 #ifndef _BLAZE_MATH_TYPETRAITS_NUMERICELEMENTTYPE_H_
36 #define _BLAZE_MATH_TYPETRAITS_NUMERICELEMENTTYPE_H_
80 template<
typename T >
86 template<
typename T2 >
87 struct BuiltinOrComplex {
typedef T2 Type; };
93 template<
typename T2 >
102 , BuiltinOrComplex<T>
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
Header file for the If class template.
Header file for the Or 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:81
Compile time check for complex types.This type trait tests whether or not the given template paramete...
Definition: IsComplex.h:76
Header file for the IsComplex type trait.