BloombergLP::bslfmt::FormatterSpecificationNumericValue::Category

Categories for parsed numeric format-specification values.

Synopsis

Declared in <bslfmt_formatterspecificationnumericvalue.h>

enum Category;

Members

NameDescription
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.