35#ifndef _BLAZE_UTIL_TYPETRAITS_ISCOMPLEXFLOAT_H_
36#define _BLAZE_UTIL_TYPETRAITS_ISCOMPLEXFLOAT_H_
96struct IsComplexFloat< const
complex<float> >
107struct IsComplexFloat< volatile
complex<float> >
118struct IsComplexFloat< const volatile
complex<float> >
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 IsComplexFloat_v
Auxiliary variable template for the IsComplexFloat type trait.
Definition: IsComplexFloat.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: IsComplexFloat.h:77