22 #ifndef _BLAZE_UTIL_TYPETRAITS_ISCOMPLEX_H_
23 #define _BLAZE_UTIL_TYPETRAITS_ISCOMPLEX_H_
62 template<
typename T >
79 template<
typename T >
95 template<
typename T >
96 struct IsComplex< const complex<T> > :
public TrueType
111 template<
typename T >
112 struct IsComplex< volatile complex<T> > :
public TrueType
127 template<
typename T >
128 struct IsComplex< const volatile complex<T> > :
public TrueType