22 #ifndef _BLAZE_UTIL_TYPETRAITS_ISLONG_H_
23 #define _BLAZE_UTIL_TYPETRAITS_ISLONG_H_
62 template<
typename T >
96 struct IsLong<const long> :
public TrueType
112 struct IsLong<volatile long> :
public TrueType
128 struct IsLong<const volatile long> :
public TrueType
144 struct IsLong<unsigned long> :
public TrueType
160 struct IsLong<const unsigned long> :
public TrueType
176 struct IsLong<volatile unsigned long> :
public TrueType
192 struct IsLong<const volatile unsigned long> :
public TrueType