Reset this weak_ptr to the empty state.
Synopsis
Declared in <bslstl_sharedptr.h>
void
reset() noexcept;
Description
Reset this weak pointer to the empty state. If this weak pointer manages a (possibly shared) object, then decrement the number of weak references to that object.
Created with MrDocs