Return true if this weak pointer is in the empty state or the object that it originally referenced has been destroyed, and false otherwise.
Synopsis
Declared in <bslstl_sharedptr.h>
bool
expired() const noexcept;
Return Value
true if this weak pointer is empty or its object was destroyed
Created with MrDocs