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

Name

Description

context

format context holding arguments for nested values

Created with MrDocs