Home
last modified time | relevance | path

Searched defs:bcs_base_char (Results 1 – 1 of 1) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/
Dbcs_char_traits.hpp38 template<typename CharT> struct bcs_base_char { typedef CharT type; }; argument
40 template<> struct bcs_base_char<char const> { typedef char type; }; struct
41 template<> struct bcs_base_char<unsigned char> { typedef char type; }; argument
43 template<> struct bcs_base_char<unsigned char const> { typedef char type; }; argument
46 template<> struct bcs_base_char<wchar_t const> { typedef wchar_t type; }; struct