Update the FormatterSpecificationNumericValue referenced by this visitor by setting its category attribute to e_VALUE and its value to the specified value.

Synopsis

Declared in <bslfmt_formatterspecificationnumericvalue.h>

template<class t_TYPE>
void
operator()(t_TYPE value) const
requires bsl::is_integral<t_TYPE>::value;

Created with MrDocs