Virtual functions that implement the localized public member functions.
charT do_decimal_point() const;
Implements decimal_point.
charT do_thousands_sep() const;
Implements thousands_sep.
string do_grouping() const;
Implements grouping.
string_type do_curr_symbol() const;
Implements cur_symbol.
string_type do_positive_sign() const;
Implements positive_sign.
string_type do_negative_sign() const;
Returns the string to use to indicate a negative value.
int do_frac_digits() const;
Implements frac_digits.
pattern do_pos_format() const;
Implements pos_format.
pattern do_neg_format() const;
Implements neg_format.