bsl::basic_ostringstream::str

Reset the internally buffered sequence of characters maintained by this stream object to the specified value. If value is passed by MovableRef, it is left in a valid but unspecified state.

Synopsis

Declared in <bslstl_ostringstream.h>

void
str(StringType const& value);