protected member function
<locale>

std::money_put::~money_put

~money_put();
money_put destructor
Destroys the money_put object.

This is a protected destructor: programs shall not construct objects of this class directly.

This destructor is virtual by inheritance (locale::facet's destructor is virtual).