money_put::string_type

A type that describes a string containing characters of type CharType.

typedef basic_string<CharType, Traits, Allocator> string_type;

Remarks

The type describes a specialization of template class basic_string whose objects can store sequences of elements from the source sequence.

Requirements

Header: <locale>

Namespace: std

See Also

Reference

money_put Class

Other Resources

money_put Members