Write the specified character to the contained iterator and then increment this iterator.
Synopsis
Declared in <bslfmt_format_context.h>
void
put(t_CHAR character) override;
Parameters
Name |
Description |
character |
value to write through the contained iterator |
Created with MrDocs