std::locale::~locale

From Cppreference

Jump to: navigation, search
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

[edit] Return value

(none)

[edit] Exceptions

Throws no exceptions.

[edit] Example

[edit] See also

(constructor)
constructs a new locale
(public member function)