Effects:
Constructs an object of class
basic_ostringstream<charT, traits>,
initializing the base class with
basic_ostream<charT, traits>(&sb) ([ostream])
and initializing sb with
basic_stringbuf<charT, traits, Allocator>(which | ios_base::out) ([stringbuf.cons]).
Effects:
Constructs an object of class
basic_ostringstream<charT, traits>,
initializing the base class with
basic_ostream<charT, traits>(&sb) ([ostream])
and initializing sb with
basic_stringbuf<charT, traits, Allocator>(str, which | ios_base::out) ([stringbuf.cons]).