BloombergLP::bdlbb::OutBlobStreamBuf::pbackfail

Return traits_type::eof() unconditionally.

Synopsis

Declared in <bdlbb_blobstreambuf.h>

virtual
int_type
pbackfail(int_type c = bsl::streambuf::traits_type::eof()) override;

Return Value

traits_type::eof() unconditionally

Parameters

NameDescription
ccharacter that would be put back (ignored)