Searched refs:basic_ostringstream (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/src/
H A Dsstream-inst.cc41 template class basic_ostringstream<char>;
47 template class basic_ostringstream<wchar_t>;
/freebsd-12-stable/contrib/libstdc++/include/std/
H A Dstd_iosfwd.h79 class basic_ostringstream;
142 typedef basic_ostringstream<char> ostringstream; ///< @isiosfwd
157 typedef basic_ostringstream<wchar_t> wostringstream; ///< @isiosfwd
H A Dstd_sstream.h366 // [27.7.3] Template class basic_ostringstream
376 class basic_ostringstream : public basic_ostream<_CharT, _Traits> class in inherits:basic_ostream
414 basic_ostringstream(ios_base::openmode __mode = ios_base::out) function in class:basic_ostringstream
434 basic_ostringstream(const __string_type& __str, function in class:basic_ostringstream
445 ~basic_ostringstream()
H A Dstd_complex.h520 basic_ostringstream<_CharT, _Traits> __s;

Completed in 61 milliseconds