Write value formatted to formatContext.out().

Synopsis

Declared in <bdlt_formatter.h>

template<
    class t_FORMAT_CONTEXT,
    class t_VALUE>
t_FORMAT_CONTEXT::iterator
format(
    t_VALUE const& value,
    t_FORMAT_CONTEXT& formatContext) const;

Description

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

Return Value

output iterator after writing

Parameters

Name

Description

value

value to format

formatContext

format context providing the output iterator

Created with MrDocs