[#bsl-basic_istringstream-str-02] = 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` (of a type convertible to `basic_string_view<CHAR_TYPE, CHAR_TRAITS>` but not to `const CHAR_TYPE *`). == Synopsis Declared in `<bslstl_istringstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class STRING_VIEW_LIKE_TYPE> void str(STRING_VIEW_LIKE_TYPE const& value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#