Reset this stream's input character sequence to value.
Synopsis
Declared in <bslstl_istringstream.h>
template<class STRING_VIEW_LIKE_TYPE>
void
str(STRING_VIEW_LIKE_TYPE const& value);
Description
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 *).
Parameters
Name |
Description |
value |
new character sequence for the stream input buffer |
Created with MrDocs