num_put Members

The following tables list the members of the num_put Class. For a list of members inherited by the num_put class, see facet Class.

Reference

Constructors

num_put

The constructor for objects of type num_put.

Typedefs

char_type

A type that is used to describe a character used by a locale.

iter_type

A type that describes an output iterator.

Member Functions

do_put

A virtual function that is called to convert a number into a sequence of CharTypes that represents the number formatted for a given locale.

put

Converts a number into a sequence of CharTypes which represents the number formatted for a given locale.

See Also

Reference

num_put Class

facet Class

Thread Safety in the Standard C++ Library