reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/sstream
  524     class basic_ostringstream : public basic_ostream<_CharT, _Traits>
  528       typedef _CharT 					char_type;
  538       typedef basic_string<_CharT, _Traits, _Alloc> 	__string_type;
  539       typedef basic_stringbuf<_CharT, _Traits, _Alloc> 	__stringbuf_type;