35 #ifndef _BLAZE_UTIL_TYPETRAITS_ISCOMPLEXDOUBLE_H_ 36 #define _BLAZE_UTIL_TYPETRAITS_ISCOMPLEXDOUBLE_H_ 74 template<
typename T >
96 struct IsComplexDouble< const complex<double> >
107 struct IsComplexDouble< volatile complex<double> >
118 struct IsComplexDouble< const volatile complex<double> >
138 template<
typename T >
Generic wrapper for a compile time constant integral value.The IntegralConstant class template repres...
Definition: IntegralConstant.h:72
BoolConstant< true > TrueType
Type traits base class.The TrueType class is used as base class for type traits and value traits that...
Definition: IntegralConstant.h:132
Compile time check for single precision complex types.This type trait tests whether or not the given ...
Definition: IsComplexDouble.h:75
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Header file for the IntegralConstant class template.
Header file for the complex data type.
constexpr bool IsComplexDouble_v
Auxiliary variable template for the IsComplexDouble type trait.The IsComplexDouble_v variable templat...
Definition: IsComplexDouble.h:139