22 #ifndef _BLAZE_UTIL_TYPETRAITS_ISFLOAT_H_
23 #define _BLAZE_UTIL_TYPETRAITS_ISFLOAT_H_
61 template<
typename T >
95 struct IsFloat<const float> :
public TrueType
111 struct IsFloat<volatile float> :
public TrueType
127 struct IsFloat<const volatile float> :
public TrueType