std::weak_ptr
Non-owning observer of shared_ptr-managed objects. Doesn't increase reference count, enables checking if object still exists.
Non-owning observer of shared_ptr-managed objects. Doesn't increase reference count, enables checking if object still exists.