35 #ifndef _BLAZE_MATH_TYPETRAITS_UNDERLYINGELEMENT_H_ 36 #define _BLAZE_MATH_TYPETRAITS_UNDERLYINGELEMENT_H_ 78 template<
typename T >
84 template<
typename T2 >
85 struct Builtin {
using Type = T2; };
91 template<
typename T2 >
92 struct Complex {
using Type =
typename T2::value_type; };
98 template<
typename T2 >
131 template<
typename T >
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Header file for the If class template.
Type ElementType
Type of the compressed matrix elements.
Definition: CompressedMatrix.h:3081
typename UnderlyingElement< T >::Type UnderlyingElement_
Auxiliary alias declaration for the UnderlyingElement type trait.The UnderlyingElement_ alias declara...
Definition: UnderlyingElement.h:132
Evaluation of the element type of a given data type.Via this type trait it is possible to evaluate th...
Definition: UnderlyingElement.h:79
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.