Resolve nested width and precision from context arguments.
Declared in <bslfmt_formatspecificationparser.h>
template<typename t_FORMAT_CONTEXT>
void
postprocess(t_FORMAT_CONTEXT const& context);
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.
| Name | Description |
|---|---|
| context | format context holding arguments for nested values |