pbackfail overloads
Declared in <bslstl_stringbuf.h>
Tries to back up the input sequence.
virtual
int_type
pbackfail(int_type __c = traits_type::eof());
» more...
Put back a character into the input sequence.
virtual
basic_stringbuf<CHAR_TYPE, CHAR_TRAITS, ALLOCATOR>::int_type
pbackfail(int_type character = traits_type::eof());
» more...
traits_type::eof() on failure| Name | Description |
|---|---|
| __c | The character to be inserted back into the sequence. |
| character | character to put back, or traits_type::eof() |
gptr(), eback(), and pptr() are the same as for underflow().