BloombergLP::bdlsb::MemOutStreamBuf::overflow

Append the optionally specified insertionChar to this stream buffer's character buffer and return insertionChar. If insertionChar is not specified, traits_type::eof() is appended instead.

Synopsis

Declared in <bdlsb_memoutstreambuf.h>

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