[#bsl-basic_stringstream-str-07d] = xref:bsl.adoc[bsl]::xref:bsl/basic_stringstream.adoc[basic_stringstream]::str :relfileprefix: ../../ :mrdocs: Reset this stream's buffered character sequence to `value`. == Synopsis Declared in `<bslstl_stringstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class STRING_VIEW_LIKE_TYPE> void str(STRING_VIEW_LIKE_TYPE const& value); ---- == Description Reset the internally buffered sequence of characters maintained by this stream to the specified `value` (of a type convertible to `basic_string_view<CHAR_TYPE, CHAR_TRAITS>` but not to `const CHAR_TYPE *`). == Parameters [cols="1,4"] |=== | Name| Description | *value* | new character sequence for the stream buffer |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#