public member type
<locale>
typedef OutputIterator char_type;
Iterator type
This is a member alias of
num_put's second template parameter (referred as
OutputIterator in this reference).
It is the
iterator type of the output iterators pointing to the destination character sequence, and may be any type of
output iterator.