Effects:
Constructs an object of class
basic_stringstream<charT, traits>,
initializing the base class with
basic_iostream<charT, traits>(&sb) ([iostream.cons])
and initializing
sb
with
basic_stringbuf<charT, traits, Allocator>(which).
Effects:
Constructs an object of class
basic_stringstream<charT, traits>,
initializing the base class with
basic_iostream<charT, traits>(&sb) ([iostream.cons])
and initializing
sb
with
basic_stringbuf<charT, traits, Allocator>(str, which).