std::money_get<CharT,InputIt>::~money_get (3) - Linux Manuals
std::money_get<CharT,InputIt>::~money_get: std::money_get<CharT,InputIt>::~money_get
NAME
std::money_get<CharT,InputIt>::~money_get - std::money_get<CharT,InputIt>::~money_get
Synopsis
Defined in header <locale>
protected: ~money_get();
Destructs a std::money_get facet. This destructor is protected and virtual (due to base_class destructor being virtual). An object of type std::money_get, 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::money_get and implements a public destructor.
Example
// Run this code