Defined in header <locale> class money_base;
The class std::money_base provides constants which are inherited and used by the std::moneypunct, std::money_get and std::money_put facets.
Member types
Member type Definition enum part { none, space, symbol, sign, value }; unscoped enumeration type struct pattern { char field[4]; }; the monetary format type
Enumeration constant Definition none whitespace is permitted but not required except in the last po