| | | |
| ----------------------------------------------------------------------- | | |
| template< class CharT, bool International = false > class moneypunct; | | |
The facet std::moneypunct encapsulates monetary value format preferences. Stream I/O manipulators std::get_money and std::put_money use std::moneypunct through std::money_get and std::money_put for parsing monetary value input and formatting monetary value output.
| | defines monetary formatting patterns (class) [edit] |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| | represents the system-supplied std::moneypunct for the named locale (class template) [edit] |
| | parses and constructs a monetary value from an input character sequence (class template) [edit] |
| | formats a monetary value for output as a character sequence (class template) [edit] |