overflow overloads

Synopses

Declared in <bslstl_stringbuf.h>

Consumes data from the buffer; writes to the controlled sequence.

virtual
int_type
overflow(int_type __c = traits_type::eof());

Append a character to the output sequence.

Return Value

eof() to indicate failure, something else (usually __c, or not_eof())

Parameters

Name

Description

__c

An additional character to consume.

Created with MrDocs