public member function
<locale>

std::money_put::money_put

explicit money_put (size_t refs=0);
money_put constructor
Constructs a money_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.