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;

Created with MrDocs