Namespaces
Variants
Views
Actions

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

From cppreference.com
< cpp‎ | locale‎ | locale
m (Update links.)
(- {{dcl header|locale}})
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{cpp/locale/locale/title | ~locale}}
+
{{cpp/locale/locale/title|~locale}}
 
{{cpp/locale/locale/navbar}}
 
{{cpp/locale/locale/navbar}}
  
{{ddcl | header=locale | 1=
+
{{ddcl|1=
 
~locale();
 
~locale();
 
}}
 
}}
  
Non-virtual destructor which decrements reference counts of all facets held by {{tt|*this}}. Those facets whose reference count becomes zero are deleted.
+
Non-virtual destructor which decrements reference counts of all facets held by {{c|*this}}. Those facets whose reference count becomes zero are deleted.
  
 
===Return value===
 
===Return value===
(none)
 
 
===Exceptions===
 
 
(none)
 
(none)
  
 
===Example===
 
===Example===
 
{{example
 
{{example
|
+
|code=
| code=
+
| output=
+
 
}}
 
}}
  
 
===See also===
 
===See also===
 
{{dsc begin}}
 
{{dsc begin}}
{{dsc inc | cpp/locale/locale/dsc locale}}
+
{{dsc inc|cpp/locale/locale/dsc locale}}
 
{{dsc end}}
 
{{dsc end}}
  
[[de:cpp/locale/locale/~locale]]
+
{{langlinks|de|es|fr|it|ja|pt|ru|zh}}
[[es:cpp/locale/locale/~locale]]
+
[[fr:cpp/locale/locale/~locale]]
+
[[it:cpp/locale/locale/~locale]]
+
[[ja:cpp/locale/locale/~locale]]
+
[[pt:cpp/locale/locale/~locale]]
+
[[ru:cpp/locale/locale/~locale]]
+
[[zh:cpp/locale/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]