std::locale::~locale
From cppreference.com
Template:cpp/locale/locale/sidebar
Defined in header <locale>
|
||
~locale(); |
||
Non-virtual destructor which decrements reference counts of all facets held by *this
. Those facets whose reference count becomes zero are deleted.
Contents |
Return value
(none)
Exceptions
(none)