If c is not EOF, adjust the underlying buffer so that the next put position is valid, put the specified c at this position, and increment the put position. Return c on success, and traits_type::not_eof(c) if c is EOF.

Synopsis

Declared in <bdlsb_overflowmemoutstreambuf.h>

virtual
int_type
overflow(int_type c = bsl::streambuf::traits_type::eof()) override;

Created with MrDocs