Reset this stream's input character sequence to value.
Declared in <bslstl_istringstream.h>
template<class SALLOC>
void
str(basic_string<CHAR_TYPE, CHAR_TRAITS, SALLOC> const& value)
requires !bsl::is_same<ALLOCATOR, SALLOC>::value;
| Name | Description |
|---|---|
| value | string whose contents become the stream input buffer |