[#BloombergLP-bdlt-Formatter] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::Formatter :relfileprefix: ../../ :mrdocs: == Synopsis Declared in `<bdlt_formatter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< template<typename> typename tt_SPECIFIER_FORMATTER, class t_CHAR> class Formatter; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlt/Formatter/2constructor.adoc[`Formatter`] [.small]#[constructor]# | Default‐construct an object. | xref:BloombergLP/bdlt/Formatter/format.adoc[`format`] | Write the output to `formatContext.out()` and return the output iterator after the output is done. | xref:BloombergLP/bdlt/Formatter/parse.adoc[`parse`] | Parse the input and arguments specified by `context` and return an iterator pointing after the end of parsed input. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#