22 #ifndef _BLAZE_UTIL_TYPETRAITS_ISINTEGER_H_
23 #define _BLAZE_UTIL_TYPETRAITS_ISINTEGER_H_
66 template<
typename T >
100 struct IsInteger<const int> :
public TrueType
116 struct IsInteger<volatile int> :
public TrueType
132 struct IsInteger<const volatile int> :
public TrueType
148 struct IsInteger<unsigned int> :
public TrueType
164 struct IsInteger<const unsigned int> :
public TrueType
180 struct IsInteger<volatile unsigned int> :
public TrueType
196 struct IsInteger<const volatile unsigned int> :
public TrueType