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