Searched refs:wrapped_stream (Results 1 – 2 of 2) sorted by relevance
43 typedef std::ostringstream wrapped_stream; typedef in boost::basic_wrap_stringstream45 typedef std::basic_ostrstream<CharT> wrapped_stream;47 typedef std::basic_ostringstream<CharT> wrapped_stream;51 wrapped_stream& stream();56 wrapped_stream m_stream;73 inline typename basic_wrap_stringstream<CharT>::wrapped_stream&
40 class BOOST_TEST_DECL output_test_stream : public wrap_stringstream::wrapped_stream {