money_put Class

The template class describes an object that can serve as a locale facet to control conversions of monetary values to sequences of type CharType.

For a list of all members of this type, see money_put Members.

template<
   class CharType, 
   class OutputIterator = ostreambuf_iterator<CharType> 
> 
class money_put : public locale::facet

Parameters

  • CharType
    The type used within a program to encode characters in a locale.

  • OutputIterator
    The type of iterator to which the monetary put functions write their output.

Remarks

As with any locale facet, the static object ID has an initial stored value of zero. The first attempt to access its stored value stores a unique positive value in id.

Requirements

Header: <locale>

Namespace: std

See Also

Reference

facet Class

Thread Safety in the Standard C++ Library

Other Resources

money_put Members

<locale> Members