[#bsl-basic_ostringstream-str-007] = xref:bsl.adoc[bsl]::xref:bsl/basic_ostringstream.adoc[basic_ostringstream]::str :relfileprefix: ../../ :mrdocs: Reset this stream's buffered character sequence to `value`. == Synopsis Declared in `<bslstl_ostringstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void str(xref:bsl/basic_ostringstream.adoc[StringType] const& value); ---- == Description 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. == Parameters [cols="1,4"] |=== | Name| Description | *value* | new character sequence for the stream buffer |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#