[#bsl-basic_ostringstream-str-0af2] = 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:BloombergLP/bslmf/MovableRef.adoc[BloombergLP::bslmf::MovableRef<StringType>] value); ---- == Description Same as the `str` overload taking `const StringType&`. == Parameters [cols="1,4"] |=== | Name| Description | *value* | new character sequence for the stream buffer |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#