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

Declarations

usr/include/c++/7.4.0/iosfwd
  104     class basic_ostringstream;

References

usr/include/c++/7.4.0/bits/quoted_string.h
   78 	std::basic_ostringstream<_CharT, _Traits> __ostr;
  102 	std::basic_ostringstream<_CharT, _Traits> __ostr;
usr/include/c++/7.4.0/iosfwd
  153   typedef basic_ostringstream<char> 	ostringstream;
  193   typedef basic_ostringstream<wchar_t> 	wostringstream;
usr/include/c++/7.4.0/sstream
  593       basic_ostringstream(const basic_ostringstream&) = delete;
  595       basic_ostringstream(basic_ostringstream&& __rhs)
  602       basic_ostringstream&
  603       operator=(const basic_ostringstream&) = delete;
  605       basic_ostringstream&
  606       operator=(basic_ostringstream&& __rhs)
  614       swap(basic_ostringstream& __rhs)
  810     swap(basic_ostringstream<_CharT, _Traits, _Allocator>& __x,
  811 	 basic_ostringstream<_CharT, _Traits, _Allocator>& __y)