Append the optionally specified character c to this streambuf, and return c. By default, traits_type::eof() is appended.

Synopsis

Declared in <bdlbb_blobstreambuf.h>

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

Created with MrDocs