public member function
<locale>

std::time_put::time_put

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