public member function
<locale>
explicit messages (size_t refs=0);
messages constructor
Constructs a
messages facet object.
Calls the constructor of its base class
locale::facet.
Parameters
- refs
- 0 (zero) if the object has to be automatically destroyed when the last locale containing that facet is destroyed, or 1 (one) if it will be explicitly deleted.
size_t is an unsigned integral type.