Searched defs:string16_char_traits (Results 1 – 2 of 2) sorted by relevance
71 struct string16_char_traits { struct72 typedef char16 char_type;73 typedef int int_type;80 typedef std::streamoff off_type;81 typedef mbstate_t state_type;82 typedef std::fpos<state_type> pos_type;84 static void assign(char_type& c1, const char_type& c2) { in assign()88 static bool eq(const char_type& c1, const char_type& c2) { in eq()91 static bool lt(const char_type& c1, const char_type& c2) { in lt()95 static int compare(const char_type* s1, const char_type* s2, size_t n) { in compare()[all …]
26 struct string16_char_traits { struct27 typedef char16 char_type;51 template class std::basic_string<char16, string16_char_traits>; argument