[#BloombergLP-bslfmt-FormatterSpecificationNumericValue-Category-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::xref:BloombergLP/bslfmt/FormatterSpecificationNumericValue.adoc[FormatterSpecificationNumericValue]::Category :relfileprefix: ../../../ :mrdocs: Categories for parsed numeric format‐specification values. == Synopsis Declared in `<bslfmt_formatterspecificationnumericvalue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Category; ---- == Members [cols="1,4"] |=== | Name| Description | `e_DEFAULT` | Default width or precision was not specified. | `e_VALUE` | The contained integer is the value to use. | `e_NEXT_ARG` | Width or precision taken from the next format argument. | `e_ARG_ID` | Width or precision taken from the next format argument. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#