20
General utilities library
[utilities]
20.11
Smart pointers
[smartptr]
20.11.4
Class template
weak_ptr
[util.smartptr.weak]
20.11.4.3
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
.