[#BloombergLP-bdldfp-Decimal_FormatterSpecification-postprocess] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/Decimal_FormatterSpecification.adoc[Decimal_FormatterSpecification]::postprocess :relfileprefix: ../../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename t_FORMAT_CONTEXT> void postprocess(t_FORMAT_CONTEXT const& context); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#