Constructors
Declared in <bslfmt_formatterspecificationnumericvalue.h>
Create a FormatterSpecificationNumericValue object with e_DEFAULT category and 0 value.
constexpr
FormatterSpecificationNumericValue();
» more...
Create a FormatterSpecificationNumericValue object with the specified value and category attributes.
constexpr
FormatterSpecificationNumericValue(
Category category,
int value);
» more...