Synopsis

Declared in <bdlt_formatter.h>

template<
    template<typename> typename tt_SPECIFIER_FORMATTER,
    class t_CHAR>
class Formatter;

Member Functions

Name

Description

Formatter [constructor]

Default‐construct an object.

format

Write the output to formatContext.out() and return the output iterator after the output is done.

parse

Parse the input and arguments specified by context and return an iterator pointing after the end of parsed input.

Created with MrDocs