Write the specified character c to this buffer. Return c, or traits_type::eof() if the end of the write buffer is reached.
Synopsis
Declared in <bdlsb_fixedmemoutput.h>
FixedMemOutput::int_type
sputc(char c);
Return Value
c on success, or traits_type::eof() if the write buffer is full
Parameters
Name |
Description |
c |
character to write |
Created with MrDocs