Reset this stream's buffered character sequence to value.
Synopsis
Declared in <bslstl_stringstream.h>
void
str(StringType const& value);
Description
Reset the internally buffered sequence of characters maintained by this stream to the specified value. If value is passed by MovableRef, it is left in a valid but unspecified state.
Parameters
Name |
Description |
value |
new character sequence for the stream buffer |
Created with MrDocs