[#bsl-basic_stringbuf-overflow-090] = xref:bsl.adoc[bsl]::xref:bsl/basic_stringbuf.adoc[basic_stringbuf]::overflow :relfileprefix: ../../ :mrdocs: `overflow` overloads == Synopses Declared in `<bslstl_stringbuf.h>` Consumes data from the buffer; writes to the controlled sequence. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual int_type xref:bsl/basic_stringbuf/overflow-09c.adoc[overflow](int_type __c = traits_type::eof()); ---- [.small]#xref:bsl/basic_stringbuf/overflow-09c.adoc[_» more..._]# Append a character to the output sequence. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual xref:bsl/basic_stringbuf/int_type.adoc[basic_stringbuf<CHAR_TYPE, CHAR_TRAITS, ALLOCATOR>::int_type] xref:bsl/basic_stringbuf/overflow-0c.adoc[overflow](xref:bsl/basic_stringbuf/int_type.adoc[int_type] character = traits_type::eof()); ---- [.small]#xref:bsl/basic_stringbuf/overflow-0c.adoc[_» more..._]# == Return Value eof() to indicate failure, something else (usually ___c,_ or not_eof()) == Parameters [cols="1,4"] |=== | Name| Description | *__c* | An additional character to consume. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#