Searched defs:is_byte (Results 1 – 1 of 1) sorted by relevance
58 template<> struct is_byte<char> { typedef _narrow_type width_type; }; argument59 template<> struct is_byte<unsigned char>{ typedef _narrow_type width_type; }; argument60 template<> struct is_byte<signed char> { typedef _narrow_type width_type; }; struct61 template <class charT> struct is_byte { typedef _wide_type width_type; }; argument