28 Localization library [localization]

28.4 Standard locale categories [locale.categories]

28.4.6 The monetary category [category.monetary]

28.4.6.3 Class template moneypunct [locale.moneypunct]

28.4.6.3.1 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().