std::move return value of weak_ptr::lock messing up reference count of shared_ptr?...
Read MoreWorking with shared_ptr returned from another concrete class...
Read MoreHow `weak_ptr` and `shared_ptr` accesses are atomic...
Read Moreboost shared_ptr cycling reference?...
Read MoreWhat does the _Get method of a std::weak_ptr do and when should it be used?...
Read Moreweak_ptr - Dereferencing - Throw if expired...
Read MoreWhat's the difference between raw pointer and weak_ptr?...
Read Morec++ weak_ptr expiring after dereference?...
Read MoreConstructing a constexpr std::weak_ptr...
Read MoreBreaking cyclic references with std::weak_ptr and alias constructor: sound or problematic?...
Read MoreGetting 'bad_weak_ptr' error...
Read MoreC++ bi-directional association: object access with smart pointers seems to corrupt the instance...
Read Morestd::shared_ptr, std::weak_ptr and control block...
Read MoreWhat happens to an expired weak_ptr in a map...
Read MoreHow to initialize object's manager w/o initializing object in shared_ptr?...
Read MoreWhat is the reason for the name `weak_ptr::lock()`?...
Read MoreCollection of elements that takes unique_ptr, but stores them as shared_ptr to provide access as wea...
Read Morestd::weak_ptr: lock or shared_ptr constructor?...
Read MoreWhat Happens to a weak_ptr when Its shared_ptr is Destroyed?...
Read Morec++ classes linked to each other with std safe pointers (c++)...
Read MoreC++11 standard decision "shared_ptr(const weak_ptr<Y>& r) Throws bad_weak_ptr"...
Read MoreSmart pointers' control block internal machinery...
Read MoreDid I understand correctly the point of Scott Meyers' example of std::weak_ptr?...
Read MoreNo viable conversion std::weak_ptr to std::shared_ptr for method call...
Read MoreWhy destructor isn't invoked?...
Read MoreWhy was std::hash not defined for std::weak_ptr in C++0x?...
Read Moresub classing from enable_shared_from_this...
Read MoreUnexpected behavior from shared_from_this when creating multiple shared_ptr "families" ove...
Read More