Searched refs:bcs_base_char (Results 1 – 2 of 2) 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; }; struct131 … typedef typename ut_detail::bcs_base_char<CharT>::type the_base_char;
39 typedef typename ut_detail::bcs_base_char<CharT>::type char_type; in operator <<()