Categories for parsed numeric format-specification values.
Declared in <bslfmt_formatterspecificationnumericvalue.h>
enum Category;
| 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. |