35#ifndef _BLAZE_UTIL_TYPETRAITS_ISCOMPLEXDOUBLE_H_
36#define _BLAZE_UTIL_TYPETRAITS_ISCOMPLEXDOUBLE_H_
96struct IsComplexDouble< const
complex<double> >
107struct IsComplexDouble< volatile
complex<double> >
118struct IsComplexDouble< const volatile
complex<double> >
138template<
typename T >
Header file for the complex data type.
Header file for the IntegralConstant class template.
Complex data type of the Blaze library.
constexpr bool IsComplexDouble_v
Auxiliary variable template for the IsComplexDouble type trait.
Definition: IsComplexDouble.h:139
BoolConstant< true > TrueType
Type traits base class.
Definition: IntegralConstant.h:132
Generic wrapper for a compile time constant integral value.
Definition: IntegralConstant.h:74
Compile time check for single precision complex types.
Definition: IsComplexDouble.h:77