[#bsl-basic_stringstream-str-06] = xref:bsl.adoc[bsl]::xref:bsl/basic_stringstream.adoc[basic_stringstream]::str :relfileprefix: ../../ :mrdocs: Reset the internally buffered sequence of characters maintained by this stream to the specified `value`. If `value` is passed by `MovableRef`, it is left in a valid but unspecified state. == Synopsis Declared in `<bslstl_stringstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void str(xref:bsl/basic_stringstream.adoc[StringType] const& value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#