money_base Class
The class describes an enumeration and a structure common to all specializations of class template moneypunct.
Syntax
struct pattern
{
char field[_PATTERN_FIELD_SIZE];
};
Remarks
The enumeration part describes the possible values in elements of the array field in the structure pattern. The values of part are:
noneto match zero or more spaces or generate nothing.signto match or generate a positive or negative sign.spaceto match zero or more spaces or generate a space.symbolto match or generate a currency symbol.valueto match or generate a monetary value.
Requirements
Header: <locale>
Namespace: std
See also
Povratne informacije
Pošalјite i prikažite povratne informacije za