Create a FormatterSpecificationNumericValue object with the specified value and category attributes.
Synopsis
Declared in <bslfmt_formatterspecificationnumericvalue.h>
constexpr
FormatterSpecificationNumericValue(
Category category,
int value);
Parameters
Name |
Description |
category |
category of the numeric specification value |
value |
optional integral value associated with the category |
Created with MrDocs