BloombergLP::bslfmt::FormatSpecificationParser::postprocess

Resolve nested width and precision from context arguments.

Synopsis

Declared in <bslfmt_formatspecificationparser.h>

template<typename t_FORMAT_CONTEXT>
void
postprocess(t_FORMAT_CONTEXT const& context);

Description

Update any nested width and precision values to contain actual values based on the appropriate arguments held by the specified context format context. In the event of an error throw a format_error exception.

Parameters

NameDescription
contextformat context holding arguments for nested values