[#BloombergLP-bslfmt-FormatterSpecificationNumericValue-postprocess] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::xref:BloombergLP/bslfmt/FormatterSpecificationNumericValue.adoc[FormatterSpecificationNumericValue]::postprocess :relfileprefix: ../../../ :mrdocs: If this object holds a non‐dynamic nested value (i.e., `d_type` is `e_ARG_ID`) update its value using the arguments stored in the specified `context` and update the type to `e_VALUE`. If this object holds a dynamic nested value (i.e., `d_type` is `e_NEXT_ARG`) throw an exception of type `format_error`. Otherwise do nothing. == Synopsis Declared in `<bslfmt_formatterspecificationnumericvalue.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]#