Standard C++ Library Reference ISO/IEC (VERSION3)
mon_decimal_point -- the decimal point for monetary values (".")
mon_grouping -- the sizes of digit groups for monetary values. Successive elements of the
string describe groups going away from the decimal point. The encoding is the same as for
grouping.
mon_thousands_sep -- the separator for digit groups to the left of the decimal point for
monetary values (",")
negative_sign -- the negative sign for monetary values ("-")
positive_sign -- the positive sign for monetary values ("+")
thousands_sep -- the separator for digit groups to the left of the decimal point for
non-monetary values (",")
frac_digits -- the number of digits to display to the right of the decimal point for monetary
values (2)
int_frac_digits -- the number of digits to display to the right of the decimal point for
international monetary values (2)
int_n_cs_precedes -- whether the international currency symbol precedes or follows the
value for negative monetary values:
A value of 0 indicates that the symbol follows the value.●
A value of 1 indicates that the symbol precedes the value. (1)●
int_n_sep_by_space -- whether the international currency symbol is separated by a space
(defined by int_curr_symbol[3]) or by no space from the value for negative monetary
values:
A value of 0 indicates that no space separates symbol and value.●
A value of 1 indicates that a space separates symbol and value. (0)●
int_n_sign_posn -- the format for negative international monetary values:
A value of 0 indicates that parentheses surround the value and the currency symbol.●
A value of 1 indicates that the negative sign precedes the value and the currency symbol.●
A value of 2 indicates that the negative sign follows the value and the currency_symbol.●
A value of 3 indicates that the negative sign immediately precedes the currency symbol.●
A value of 4 indicates that the negative sign immediately follows the currency_symbol.
(4)
●
int_p_cs_precedes -- whether the international currency symbol precedes or follows the
value for positive monetary values:
A value of 0 indicates that the symbol follows the value.●
A value of 1 indicates that the symbol precedes the value. (1)●