[#BloombergLP-bslfmt-FormatterSpecificationNumericValue_ArgVisitor-operator_call-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::xref:BloombergLP/bslfmt/FormatterSpecificationNumericValue_ArgVisitor.adoc[FormatterSpecificationNumericValue_ArgVisitor]::operator() :relfileprefix: ../../../ :mrdocs: Throw an exception of type `format_error`. This indicates visitation of an argument with no value, which would indicate a logic error. Note that this would only be called when extracting a value from a `basic_format_arg` that holds no value, which would normally indicate an incorrect argument type. == Synopsis Declared in `<bslfmt_formatterspecificationnumericvalue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void operator()(std::monostate) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#