35#ifndef _BLAZE_UTIL_TYPETRAITS_ISFLOAT_H_
36#define _BLAZE_UTIL_TYPETRAITS_ISFLOAT_H_
95struct IsFloat<const float>
106struct IsFloat<volatile float>
117struct IsFloat<const volatile float>
137template<
typename T >
Header file for the IntegralConstant class template.
constexpr bool IsFloat_v
Auxiliary variable template for the IsFloat type trait.
Definition: IsFloat.h:138
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 floating point types.
Definition: IsFloat.h:76