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 {
using Type = T2; };
93 template<
typename T2 >
102 , BuiltinOrComplex<T>
124 template<
typename T >
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Header file for the If class template.
Header file for the Or class template.
typename UnderlyingNumeric< T >::Type UnderlyingNumeric_
Auxiliary alias declaration for the UnderlyingNumeric type trait.The UnderlyingNumeric_ alias declara...
Definition: UnderlyingNumeric.h:125
Evaluation of the underlying numeric element type of a given data type.Via this type trait it is poss...
Definition: UnderlyingNumeric.h:81
typename If< T1, T2, T3 >::Type If_
Auxiliary alias declaration for the If class template.The If_ alias declaration provides a convenient...
Definition: If.h:154
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 IsBuiltin type trait.
Header file for the IsComplex type trait.