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