Append the optionally specified character c to this streambuf, and return c. By default, traits_type::eof() is appended.
c
traits_type::eof()
Declared in <bdlbb_blobstreambuf.h>
<bdlbb_blobstreambuf.h>
virtual int_type overflow(int_type c = bsl::streambuf::traits_type::eof()) override;