Return traits_type::eof() unconditionally.
Declared in <bdlbb_blobstreambuf.h>
virtual
int_type
pbackfail(int_type c = bsl::streambuf::traits_type::eof()) override;
traits_type::eof() unconditionally
| Name | Description |
|---|---|
| c | character that would be put back (ignored) |