Searched defs:bcs_base_char (Results 1 – 1 of 1) sorted by relevance
38 template<typename CharT> struct bcs_base_char { typedef CharT type; }; argument40 template<> struct bcs_base_char<char const> { typedef char type; }; struct41 template<> struct bcs_base_char<unsigned char> { typedef char type; }; argument43 template<> struct bcs_base_char<unsigned char const> { typedef char type; }; argument46 template<> struct bcs_base_char<wchar_t const> { typedef wchar_t type; }; struct