Searched defs:basic_stringbuf (Results 1 – 1 of 1) sorted by relevance
211 …ename _Traits = char_traits<_CharT>, typename _Alloc = allocator<_CharT> > struct basic_stringbuf { struct212 typedef _CharT char_type;213 typedef basic_string<char_type, _Traits, _Alloc> __string_type;214 typedef typename __string_type::size_type __size_type;215 __string_type str() const {__string_type((char_type*)0,(char_type*)0);} in str()218 template class basic_stringbuf<char>; variable