Unextracting the previous character.
Synopsis
Declared in <bslstl_istringstream.h>
__istream_type&
unget();
Description
If rdbuf() is not null, calls rdbuf()‐>sungetc(c).
If rdbuf() is null or if sungetc() fails, sets badbit in the error state.
|
Note
|
This function first clears eofbit. Since no characters are extracted, the next call to |
Return Value
*this
Created with MrDocs