protected member function
<locale>

std::time_get::~time_get

~time_get();
time_get destructor
Destroys the time_get 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).