[#BloombergLP-bslfmt-FormatterSpecificationNumericValue_ArgVisitor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::FormatterSpecificationNumericValue_ArgVisitor :relfileprefix: ../../ :mrdocs: Component‐private type to enable extraction of values held by format contexts during the postprocessing stage of determining the format specification (typically performed by the `FormatSpecificationParser`). This type exists so that `FormatSpecificationParser` can update FormatterSpecificationNumericValue to the value contained by a Standard `basic_format_arg` using the Standard `visit_format_arg` function. == Synopsis Declared in `<bslfmt_formatterspecificationnumericvalue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class FormatterSpecificationNumericValue_ArgVisitor; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslfmt/FormatterSpecificationNumericValue_ArgVisitor/2constructor.adoc[`FormatterSpecificationNumericValue_ArgVisitor`] [.small]#[constructor]# | Create an instance of `FormatterSpecificationNumericValue_ArgVisitor` that refers to the object to which the specified `valuePtr` points. | xref:BloombergLP/bslfmt/FormatterSpecificationNumericValue_ArgVisitor/operator_call-0cb.adoc[`operator()`] | Function call operators |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#