Skip to main content

One doc tagged with "weak-ptr"

View all tags

std::weak_ptr

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