[#BloombergLP-bslfmt-StandardFormatSpecification-postprocessedPrecision] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::xref:BloombergLP/bslfmt/StandardFormatSpecification.adoc[StandardFormatSpecification]::postprocessedPrecision :relfileprefix: ../../../ :mrdocs: Return the postprocessed format precision, if any. == Synopsis Declared in `<bslfmt_standardformatspecification.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:BloombergLP/bslfmt/FormatterSpecificationNumericValue.adoc[FormatterSpecificationNumericValue] const postprocessedPrecision() const; ---- == Description 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. == Return Value the postprocessed precision as a numeric value (default or integer) [.small]#Created with https://www.mrdocs.com[MrDocs]#