Append the specified character to the internal buffer.
Synopsis
Declared in <bslstl_syncbuf.h>
basic_syncbuf<CHAR, TRAITS, ALLOCATOR>::int_type
overflow(int_type character = traits_type::eof()) override;
Description
Append the specified character to the internal buffer, or do nothing if traits_type::eof() is passed.
Return Value
the written character, or traits_type::eof() if character is eof
Parameters
Name |
Description |
character |
character to append, or |
Created with MrDocs