35 #ifndef _BLAZE_MATH_TYPETRAITS_UNDERLYINGBUILTIN_H_ 36 #define _BLAZE_MATH_TYPETRAITS_UNDERLYINGBUILTIN_H_ 79 template<
typename T >
85 template<
typename T2 >
86 struct Builtin {
using Type = T2; };
92 template<
typename T2 >
99 template<
typename T2 >
132 template<
typename T >
typename UnderlyingBuiltin< T >::Type UnderlyingBuiltin_
Auxiliary alias declaration for the UnderlyingBuiltin type trait.The UnderlyingBuiltin_ alias declara...
Definition: UnderlyingBuiltin.h:133
Evaluation of the underlying builtin element type of a given data type.Via this type trait it is poss...
Definition: UnderlyingBuiltin.h:80
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Header file for the If class template.
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
Header file for the IsBuiltin type trait.
Header file for the IsComplex type trait.