Categories for parsed numeric format‐specification values.
Synopsis
Declared in <bslfmt_formatterspecificationnumericvalue.h>
enum Category;
Members
Name |
Description |
|
Default width or precision was not specified. |
|
The contained integer is the value to use. |
|
Width or precision taken from the next format argument. |
|
Width or precision taken from the next format argument. |
Created with MrDocs