Is there such thing as a weak_ptr that can't be locked (promoted to shared_ptr)? If not, why?...
Read MoreWhich shared pointer should be weak pointer in a ring or a cycle...
Read MoreHow can I track object lifetime in C++11 lambda?...
Read MoreFinding weak_ptrs referring to a shared_ptr...
Read MoreCan an expired weak_ptr be distinguished from an uninitialized one?...
Read MoreFunction overloading resolution with weak_ptr as argument...
Read MoreShould I call reset on a weak_ptr if I happen to notice it's expired?...
Read MoreDisable conversion from std::weak_ptr to std::shared_ptr...
Read MoreIs it guaranteed that weak_ptr will expire when shared_ptr is reset to the same address that contain...
Read MoreDoes boost::weak_ptr throw exceptions?...
Read MoreWhat is the point of owner_less if an expired weak_ptr will give undefined behavior?...
Read MoreSimple Argument Forwarding (what should my signature be?)...
Read MoreC++ 11 Smart Pointer Ownership and Casting...
Read MoreFiltering a container ( std::vector ) of std::shared_ptr to a container of std::weak_ptr...
Read MoreSmart pointers + cycles + "->"...
Read MoreIs it safe to use a weak_ptr in a std::set or key of std::map...
Read MoreHow to implement a boost::unordered_map with websocketpp::connection_hdl as key?...
Read MoreIs calling map::count with an empty weak_ptr as argument safe?...
Read MoreAccessing weak_ptr after deleting the original pointer...
Read MoreComparator operator in weak_ptr C++...
Read Morewill weak_pointer.lock() increment the ref count of original shared_ptr which was used to create wea...
Read MoreC++: Passing delegate to other object via std::weak_ptr...
Read MoreShared resource ownage using std::weak_ptr...
Read MoreHow to compare two std::maps with std::weak_ptr as key?...
Read MoreC++: Replace raw pointers with shared and weak ptr...
Read MoreCreating weak_ptr<> from raw pointer...
Read MoreHow to get rid of weak_ptrs in a container...
Read More