Format the contained value according to pc into fc.
Declared in <bslfmt_format_arg.h>
void
format(
basic_format_parse_context<t_CHAR>& pc,
basic_format_context<t_OUT, t_CHAR>& fc) const;
Format the contained value using a formatter for the template parameter t_TYPE used in the construction of this object. The constructed formatter will parse the specification in the specified pc context and write the output to the specified fc context.
| Name | Description |
|---|---|
| pc | parse context supplying the format specification |
| fc | format context receiving the formatted output |