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 >
Compile time type selection.The If class template selects one of the two given types T2 and T3 depend...
Definition: If.h:112
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.
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:2586
Header file for the IsBuiltin type trait.
Header file for the IsComplex type trait.