std::money_get (3) Linux Manual Page
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…
