std::moneypunct<CharT,International>::~moneypunct (3) - Linux Manuals
std::moneypunct<CharT,International>::~moneypunct: std::moneypunct<CharT,International>::~moneypunct
NAME
std::moneypunct<CharT,International>::~moneypunct - std::moneypunct<CharT,International>::~moneypunct
Synopsis
Defined in header <locale>
protected: ~moneypunct();
Destructs a std::moneypunct facet. This destructor is protected and virtual (due to base_class destructor being virtual). An object of type std::moneypunct, like most facets, can only be destroyed when the last std::locale object that implements this facet goes out of scope or if a user-defined class is derived from std::moneypunct and implements a public destructor.
Example
// Run this code