Referring to a "std::unique_ptr" that you don't own (use a raw pointer?)...
Read MoreIs there a weak_ptr equivalent to shared_from_this?...
Read MorePossible to create weak_ptr to set elements...
Read Moreshared_ptr, subscription, destructor...
Read MoreNo match for operator== (weak_ptr, const weak_ptr)...
Read MoreC++ weak_ptr creation performance...
Read MoreCan I make a shared object pool using std::shared_ptr and weak_ptr without a custom destructor?...
Read MoreLocating a weak_ptr after shared_ptr is expired...
Read MoreIs std::weak_ptr<T>::lock thread-safe?...
Read MoreWhy doesn't this dangling std::weak_ptr cause SEGFAULT?...
Read MorePlain reference instead of weak_ptr to break circular dependency...
Read MoreIn what sense does a weak_ptr 'own' a shared_ptr?...
Read Morestd::make_shared(), std::weak_ptr and cyclic references...
Read Moreweak_ptr, make_shared and memory deallocation...
Read Moreweak_from_this() within constructor...
Read MoreIs it compatible to "C++ philosophy" to recode your own smart pointers...
Read MoreShould my API functions take shared_ptr or weak_ptr...
Read Moreboost::weak_ptr interaction with custom deleter...
Read MoreUsing std::weak_ptr with std::shared_ptr for shadowing...
Read MoreDoes weak_ptr work alongside unique_ptr?...
Read MoreHow should I store a list of weak pointers in the factory class?...
Read MoreHow to check if weak_ptr is empty (non-assigned)?...
Read MoreWhy shared_ptr's reference counting object needs to keep track of the number of weak_ptrs pointi...
Read MoreDoes weak_ptr is always expired after shared_ptr reset?...
Read MoreHow does a weak_ptr know that the shared resources has expired?...
Read Morestd::weak_ptr assignment with std::make_shared...
Read More