public member function
<memory>

std::weak_ptr::~weak_ptr

~weak_ptr();
Destroy weak_ptr
Destroys the object.

Destroying a weak_ptr has no side effects.

See also