[#BloombergLP-bdldfp-Decimal_FormatterSpecification-postprocessedPrecision] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/Decimal_FormatterSpecification.adoc[Decimal_FormatterSpecification]::postprocessedPrecision :relfileprefix: ../../../ :mrdocs: Return an optional value representing the requested precision unless the status is not `e_STATE_POSTPROCESSED` in which case throw a `bsl::format_error` exception indicating that error. Note that the returned type is capable of representing more than just an optional integer, but after preprocessing it will have only two possible states: no value, or an integer value. == Synopsis Declared in `<bdldfp_decimal.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:BloombergLP/bslfmt/FormatterSpecificationNumericValue.adoc[bslfmt::FormatterSpecificationNumericValue] const postprocessedPrecision() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#