Postprocess this object using the argument values provided by the specified context to fill in the values of nested width or precision parameters if such deferred parameters exist and set the status to e_STATE_POSTPROCESSED. By nested format parameters we mean parameters whose value comes from an argument to the formatter function, and not an literal integer value within the format string. In case of an error throw a bsl::format_error exception.
Synopsis
Declared in <bdldfp_decimal.h>
template<typename t_FORMAT_CONTEXT>
void
postprocess(t_FORMAT_CONTEXT const& context);
Created with MrDocs