35 #ifndef _BLAZE_MATH_TYPETRAITS_UNDERLYINGNUMERIC_H_
36 #define _BLAZE_MATH_TYPETRAITS_UNDERLYINGNUMERIC_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.
Evaluation of the underlying numeric element type of a given data type.Via this type trait it is poss...
Definition: UnderlyingNumeric.h:81
Header file for the IsNumeric type trait.
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.