35 #ifndef _BLAZE_MATH_TYPETRAITS_UNDERLYINGNUMERIC_H_ 36 #define _BLAZE_MATH_TYPETRAITS_UNDERLYINGNUMERIC_H_ 79 template<
typename T >
85 template<
typename T2 >
86 struct BuiltinOrComplex {
using Type = T2; };
92 template<
typename T2 >
101 , BuiltinOrComplex<T>
122 template<
typename T >
typename If< Condition, T1, T2 >::Type If_t
Auxiliary alias declaration for the If class template.The If_t alias declaration provides a convenien...
Definition: If.h:109
typename UnderlyingNumeric< T >::Type UnderlyingNumeric_t
Auxiliary alias declaration for the UnderlyingNumeric type trait.The UnderlyingNumeric_t alias declar...
Definition: UnderlyingNumeric.h:123
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Header file for the If class template.
Evaluation of the underlying numeric element type of a given data type.Via this type trait it is poss...
Definition: UnderlyingNumeric.h:80
Header file for the IsBuiltin type trait.
Header file for the IsComplex type trait.