[#bsl-basic_istringstream-str-09] = xref:bsl.adoc[bsl]::xref:bsl/basic_istringstream.adoc[basic_istringstream]::str :relfileprefix: ../../ :mrdocs: Reset the internally buffered sequence of characters provided as input 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_istringstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void str(xref:bsl/basic_istringstream.adoc[StringType] const& value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#