35 #ifndef _BLAZE_MATH_TYPETRAITS_UNDERLYINGELEMENT_H_
36 #define _BLAZE_MATH_TYPETRAITS_UNDERLYINGELEMENT_H_
79 template<
typename T >
85 template<
typename T2 >
86 struct Builtin {
typedef T2 Type; };
92 template<
typename T2 >
93 struct Complex {
typedef typename T2::value_type Type; };
99 template<
typename T2 >
132 template<
typename T >
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.
typename UnderlyingElement< T >::Type UnderlyingElement_
Auxiliary alias declaration for the UnderlyingElement type trait.The UnderlyingElement_ alias declara...
Definition: UnderlyingElement.h:133
Evaluation of the element type of a given data type.Via this type trait it is possible to evaluate th...
Definition: UnderlyingElement.h:80
Type ElementType
Type of the sparse matrix elements.
Definition: CompressedMatrix.h:2641
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:160
Header file for the IsBuiltin type trait.
Header file for the IsComplex type trait.