public member type
<locale>
Part of pattern
This member type is inherited from
money_base.
It is an enumerated type used as each of the individual specifiers in a
moneypunct::pattern array.
It may take any of the following member
enum values:
value | expands to | notes |
none | Nothing | Cannot be the first specifier. |
space | White space (at least one, may expand to more) | Cannot be the first or last specifier. |
symbol | Currency symbol, as returned by moneypunct::curr_symbol | |
sign | Sign (either moneypunct::positive_sign or moneypunct::negative_sign)
If longer than one character, at least the first character is printed in that position | |
value | Absolute monetary value | |
Each specifier can only appear once in a
moneypunct::pattern array.
The value of each of the elements in this enum type in a particular library implementation need not be the default ones, but each must yield a unique value when type-casted to a
char value.
See also
- moneypunct::pattern
- Pattern type (public member type)