[#BloombergLP-bdlsb-MemOutStreamBuf-overflow] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlsb.adoc[bdlsb]::xref:BloombergLP/bdlsb/MemOutStreamBuf.adoc[MemOutStreamBuf]::overflow :relfileprefix: ../../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual int_type overflow(int_type insertionChar = bsl::streambuf::traits_type::eof()) override; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#