35 #ifndef _BLAZE_UTIL_TYPETRAITS_ISINTEGER_H_ 36 #define _BLAZE_UTIL_TYPETRAITS_ISINTEGER_H_ 79 template<
typename T >
101 struct IsInteger<const int>
112 struct IsInteger<volatile int>
123 struct IsInteger<const volatile int>
134 struct IsInteger<unsigned int>
145 struct IsInteger<const unsigned int>
156 struct IsInteger<volatile unsigned int>
167 struct IsInteger<const volatile unsigned int>
187 template<
typename T >
Header file for the FalseType type/value trait base class.
Generic wrapper for a compile time constant integral value.The IntegralConstant class template repres...
Definition: IntegralConstant.h:71
BoolConstant< true > TrueType
Type traits base class.The TrueType class is used as base class for type traits and value traits that...
Definition: TrueType.h:61
Compile time check for integer types.This type trait tests whether or not the given template paramete...
Definition: IsInteger.h:80
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:188
Header file for the TrueType type/value trait base class.