35 #ifndef _BLAZE_UTIL_TYPETRAITS_ISLONG_H_ 36 #define _BLAZE_UTIL_TYPETRAITS_ISLONG_H_ 74 template<
typename T >
96 struct IsLong<const long>
107 struct IsLong<volatile long>
118 struct IsLong<const volatile long>
129 struct IsLong<unsigned long>
140 struct IsLong<const unsigned long>
151 struct IsLong<volatile unsigned long>
162 struct IsLong<const volatile unsigned long>
182 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 long integer types.This type trait tests whether or not the given template par...
Definition: IsLong.h:75
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
constexpr bool IsLong_v
Auxiliary variable template for the IsLong type trait.The IsLong_v variable template provides a conve...
Definition: IsLong.h:183
Header file for the IntegralConstant class template.