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