Tries to back up the input sequence.
Synopsis
Declared in <bslstl_stringbuf.h>
virtual
int_type
pbackfail(int_type __c = traits_type::eof());
Description
|
Note
|
Base class version does nothing, returns eof(). |
Return Value
eof() on failure, some other value on success
Parameters
Name |
Description |
__c |
The character to be inserted back into the sequence. |
Postconditions
-
The constraints of
gptr(),eback(),andpptr()are the same as forunderflow().
Created with MrDocs