Namespaces
Variants
Views
Actions

Difference between revisions of "cpp/locale/locale/~locale"

From cppreference.com
< cpp‎ | locale‎ | locale
m (fmt, {{c}})
(- {{dcl header|locale}})
 
Line 2: Line 2:
 
{{cpp/locale/locale/navbar}}
 
{{cpp/locale/locale/navbar}}
  
{{ddcl|header=locale|1=
+
{{ddcl|1=
 
~locale();
 
~locale();
 
}}
 
}}

Latest revision as of 22:54, 18 October 2024

 
 
 
 
~locale();

Non-virtual destructor which decrements reference counts of all facets held by *this. Those facets whose reference count becomes zero are deleted.

[edit] Return value

(none)

[edit] Example

[edit] See also

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