protected member function
std::num_put::~num_put
<locale>
num_put destructor
Destructs a
num_put object.
Because this destructor is protected, the
num_put class cannot be used to instantiate objects in the static data segment or to allocate them on the stack. This is because memory management for
facets is generally handled by the locale mechanism automatically.
Acts as a virtual member.