22 Localization library [localization]

22.4 Standard locale categories [locale.categories]

22.4.6 The monetary category [category.monetary]

22.4.6.3 Class template moneypunct [locale.moneypunct]

22.4.6.3.1 moneypunct members [locale.moneypunct.members]

charT        decimal_point() const;
charT        thousands_sep() const;
string       grouping()      const;
string_type  curr_symbol()   const;
string_type  positive_sign() const;
string_type  negative_sign() const;
int          frac_digits()   const;
pattern      pos_format()    const;
pattern      neg_format()    const;

Each of these functions F returns the result of calling the corresponding virtual member function do_F().