[#BloombergLP-bslfmt-FormatterSpecificationNumericValue_ArgVisitor-operator_call-0cc] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::xref:BloombergLP/bslfmt/FormatterSpecificationNumericValue_ArgVisitor.adoc[FormatterSpecificationNumericValue_ArgVisitor]::operator() :relfileprefix: ../../../ :mrdocs: Update the `FormatterSpecificationNumericValue` referenced by this visitor by setting its `category` attribute to `e_VALUE` and its `value` to the specified `value`. == Synopsis Declared in `<bslfmt_formatterspecificationnumericvalue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> void operator()(t_TYPE value) const requires bsl::is_integral<t_TYPE>::value; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#