Searched defs:char_traits (Results 1 – 2 of 2) sorted by relevance
11 template < class _CharT > struct char_traits:__gnu_cxx::char_traits < struct
16240 struct char_traits struct16242 typedef _CharT char_type;16243 typedef typename _Char_types<_CharT>::int_type int_type;16244 typedef typename _Char_types<_CharT>::pos_type pos_type;16245 typedef typename _Char_types<_CharT>::off_type off_type;16246 typedef typename _Char_types<_CharT>::state_type state_type;16249 assign(char_type& __c1, const char_type& __c2) in assign()16253 eq(const char_type& __c1, const char_type& __c2) in eq()16257 lt(const char_type& __c1, const char_type& __c2) in lt()16279 to_char_type(const int_type& __c) in to_char_type()[all …]