[#BloombergLP-bslfmt-FormatterSpecificationNumericValue_ArgVisitor-operator_call-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::xref:BloombergLP/bslfmt/FormatterSpecificationNumericValue_ArgVisitor.adoc[FormatterSpecificationNumericValue_ArgVisitor]::operator() :relfileprefix: ../../../ :mrdocs: Throw `format_error` when visiting a non‐integral format argument. == 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; ---- == Description This indicates visitation of a `bsl::format` argument of non‐integral type, usually resulting from a user error such as calling `bsl::format("{:{}}", value, f)` where `f` has a floating point type. == Parameters [cols="1,4"] |=== | Name| Description | *value* | non‐integral argument that is not a valid nested value |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#