Section

std::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.

# Declarations

template< class CharT, bool International = false >
class moneypunct;

# See also