public member function
<locale>

std::num_put::num_put

explicit num_put (size_t refs=0);
num_put constructor
Constructs a num_put facet object.

Calls the constructor of its base class locale::facet.

Parameters

refs
Reference count for automatic lifetime management. One of the following:
valuedescription
0The object is automatically deleted when the last locale containing this facet is destroyed.
1The object is not automatically deleted.
size_t is an unsigned integral type.