Write the specified character through the referenced output iterator.
Declared in <bslfmt_format_context.h>
void
operator=(t_CHAR x);
Call put(x) on the referenced Format_ContextOutputIteratorImpl instance. This will result in the value being written to the underlying iterator referenced by the Format_ContextOutputIteratorImpl instance, and that underlying iterator then being incremented.
| Name | Description |
|---|---|
| x | character value to write |