Namespaces
Variants
Views
Actions

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

From cppreference.com
< cpp‎ | locale‎ | locale
m (Text replace - "{{example cpp" to "{{example")
(- {{dcl header|locale}})
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{cpp/locale/locale/title | ~locale}}
+
{{cpp/locale/locale/title|~locale}}
{{cpp/locale/locale/sidebar}}
+
{{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===
{{dcl list begin}}
+
{{dsc begin}}
{{dcl list template | cpp/locale/locale/dcl list locale}}
+
{{dsc inc|cpp/locale/locale/dsc locale}}
{{dcl list end}}
+
{{dsc end}}
 +
 
 +
{{langlinks|de|es|fr|it|ja|pt|ru|zh}}

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]