Format the contained value according to pc into fc.

Synopsis

Declared in <bslfmt_format_arg.h>

Description

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.

Parameters

Name

Description

pc

parse context supplying the format specification

fc

format context receiving the formatted output

Created with MrDocs