Insert a single character into the stream.
Synopsis
Declared in <bslstl_ostringstream.h>
BaseStream&
put(char_type character);
Return Value
a reference to this stream
Parameters
Name |
Description |
character |
character to insert |
Created with MrDocs