19
General utilities library
[utilities]
19.11
Smart pointers
[smartptr]
19.11.4
Class template
weak_ptr
[util.smartptr.weak]
19.11.4.2
Destructor
[util.smartptr.weak.dest]
🔗
~weak_ptr();
1
#
Effects:
Destroys this
weak_ptr
object but has no effect on the object its stored pointer points to
.