Namespaces
Variants
Views
Actions

std::locale::~locale

From cppreference.com
< cpp‎ | locale‎ | locale
Revision as of 22:09, 31 May 2013 by P12bot (Talk | contribs)

 
 
 
 
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)

Example

See also

constructs a new locale
(public member function) [edit]