Difference between revisions of "cpp/locale/locale/~locale"
From cppreference.com
m (Update links.) |
D41D8CD98F (Talk | contribs) (- {{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 | + | {{ddcl|1= |
~locale(); | ~locale(); | ||
}} | }} | ||
− | Non-virtual destructor which decrements reference counts of all facets held by {{ | + | 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) | (none) | ||
===Example=== | ===Example=== | ||
{{example | {{example | ||
− | + | |code= | |
− | + | ||
− | + | ||
}} | }} | ||
===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}} | ||
− | + | {{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
This section is incomplete Reason: no example |
[edit] See also
constructs a new locale (public member function) |