Append the specified character to the internal buffer, or do nothing if traits_type::eof() is passed.

Synopsis

Declared in <bslstl_syncbuf.h>

basic_syncbuf<CHAR, TRAITS, ALLOCATOR>::int_type
overflow(int_type character = traits_type::eof()) override;

Created with MrDocs