22 #ifndef _BLAZE_UTIL_TYPETRAITS_ISLONGDOUBLE_H_
23 #define _BLAZE_UTIL_TYPETRAITS_ISLONGDOUBLE_H_
61 template<
typename T >
95 struct IsLongDouble<const long double> :
public TrueType
111 struct IsLongDouble<volatile long double> :
public TrueType
127 struct IsLongDouble<const volatile long double> :
public TrueType