[#bsl-basic_istringstream-str-0e] = xref:bsl.adoc[bsl]::xref:bsl/basic_istringstream.adoc[basic_istringstream]::str :relfileprefix: ../../ :mrdocs: Reset this stream's input character sequence to `value`. == Synopsis Declared in `<bslstl_istringstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class SALLOC> void str(xref:bsl/basic_string-0faf.adoc[basic_string<CHAR_TYPE, CHAR_TRAITS, SALLOC>] const& value) requires !bsl::is_same<ALLOCATOR, SALLOC>::value; ---- == Parameters [cols="1,4"] |=== | Name| Description | *value* | string whose contents become the stream input buffer |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#