Difference between revisions of "cpp/locale/locale/~locale"
From cppreference.com
Andreas Krug (Talk | contribs) m (fmt, {{c}}) |
D41D8CD98F (Talk | contribs) (- {{dcl header|locale}}) |
||
Line 2: | Line 2: | ||
{{cpp/locale/locale/navbar}} | {{cpp/locale/locale/navbar}} | ||
− | {{ddcl | + | {{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
This section is incomplete Reason: no example |
[edit] See also
constructs a new locale (public member function) |