Standard C++ Library Reference ISO/IEC (VERSION3)
int_p_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 positive 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_p_sign_posn -- the format for positive 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)
●
n_cs_precedes -- whether the 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)●
n_sep_by_space -- whether the currency symbol is separated by a space 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)●
n_sign_posn -- the format for negative 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)
●
p_cs_precedes -- whether the 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)●
p_sep_by_space -- whether the currency symbol is separated by a space or by no space
from the value for positive 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)●