Tries to back up the input sequence.
Declared in <bslstl_syncbuf.h>
virtual
int_type
pbackfail(int_type __c = traits_type::eof());
Base class version does nothing, returns eof().
eof() on failure, some other value on success
| Name | Description |
|---|---|
| __c | The character to be inserted back into the sequence. |
gptr(), eback(), and pptr() are the same as for underflow().