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;

Return Value

c

Parameters

Name

Description

c

character to append; defaults to traits_type::eof()

Created with MrDocs