Append a character to this stream buffer, growing as needed.
Synopsis
Declared in <bdlsb_memoutstreambuf.h>
virtual
int_type
overflow(int_type insertionChar = bsl::streambuf::traits_type::eof()) override;
Description
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.
Return Value
insertionChar
Parameters
Name |
Description |
insertionChar |
character to append, or |
Created with MrDocs