35#ifndef _BLAZE_UTIL_TYPETRAITS_ISCOMPLEX_H_
36#define _BLAZE_UTIL_TYPETRAITS_ISCOMPLEX_H_
96struct IsComplex< const
complex<T> >
106template<
typename T >
107struct IsComplex< volatile
complex<T> >
117template<
typename T >
118struct IsComplex< const volatile
complex<T> >
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 IsComplex_v
Auxiliary variable template for the IsComplex type trait.
Definition: IsComplex.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 complex types.
Definition: IsComplex.h:77