[#bsl-basic_stringbuf-str-0cf] = xref:bsl.adoc[bsl]::xref:bsl/basic_stringbuf.adoc[basic_stringbuf]::str :relfileprefix: ../../ :mrdocs: Reset the buffered character sequence to the specified `value`. == Synopsis Declared in `<bslstl_stringbuf.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 buffer |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#