[#BloombergLP-bslfmt-FormatterSpecificationNumericValue_ArgVisitor-operator_call-02] = 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 boolean format argument. == Synopsis Declared in `<bslfmt_formatterspecificationnumericvalue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void operator()(bool value) const; ---- == Description This indicates visitation of a `bsl::format` argument of boolean type, usually resulting from a user error such as calling `bsl::format("{:{}}", value, b)` where `b` is `bool`. == Parameters [cols="1,4"] |=== | Name| Description | *value* | boolean argument that is not a valid nested numeric value |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#