35 #ifndef _BLAZE_UTIL_TYPETRAITS_ISINTEGER_H_ 36 #define _BLAZE_UTIL_TYPETRAITS_ISINTEGER_H_ 78 template<
typename T >
100 struct IsInteger<const int>
111 struct IsInteger<volatile int>
122 struct IsInteger<const volatile int>
133 struct IsInteger<unsigned int>
144 struct IsInteger<const unsigned int>
155 struct IsInteger<volatile unsigned int>
166 struct IsInteger<const volatile unsigned int>
186 template<
typename T >
Generic wrapper for a compile time constant integral value.The IntegralConstant class template repres...
Definition: IntegralConstant.h:72
BoolConstant< true > TrueType
Type traits base class.The TrueType class is used as base class for type traits and value traits that...
Definition: IntegralConstant.h:132
Compile time check for integer types.This type trait tests whether or not the given template paramete...
Definition: IsInteger.h:79
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
constexpr bool IsInteger_v
Auxiliary variable template for the IsInteger type trait.The IsInteger_v variable template provides a...
Definition: IsInteger.h:187
Header file for the IntegralConstant class template.