22 #ifndef _BLAZE_UTIL_TYPETRAITS_ISCHARACTER_H_
23 #define _BLAZE_UTIL_TYPETRAITS_ISCHARACTER_H_
62 template<
typename T >
96 struct IsCharacter<const char> :
public TrueType
112 struct IsCharacter<volatile char> :
public TrueType
128 struct IsCharacter<const volatile char> :
public TrueType
144 struct IsCharacter<signed char> :
public TrueType
160 struct IsCharacter<const signed char> :
public TrueType
176 struct IsCharacter<volatile signed char> :
public TrueType
192 struct IsCharacter<const volatile signed char> :
public TrueType
208 struct IsCharacter<unsigned char> :
public TrueType
224 struct IsCharacter<const unsigned char> :
public TrueType
240 struct IsCharacter<volatile unsigned char> :
public TrueType
256 struct IsCharacter<const volatile unsigned char> :
public TrueType
272 struct IsCharacter<wchar_t> :
public TrueType
288 struct IsCharacter<const wchar_t> :
public TrueType
304 struct IsCharacter<volatile wchar_t> :
public TrueType
320 struct IsCharacter<const volatile wchar_t> :
public TrueType