[#bsl-basic_syncbuf-overflow-09] = xref:bsl.adoc[bsl]::xref:bsl/basic_syncbuf.adoc[basic_syncbuf]::overflow :relfileprefix: ../../ :mrdocs: Append the specified `character` to the internal buffer, or do nothing if `traits_type::eof()` is passed. == Synopsis Declared in `<bslstl_syncbuf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_syncbuf/int_type.adoc[basic_syncbuf<CHAR, TRAITS, ALLOCATOR>::int_type] overflow(xref:bsl/basic_syncbuf/int_type.adoc[int_type] character = traits_type::eof()) override; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#