Search code examples
Is there such thing as a weak_ptr that can't be locked (promoted to shared_ptr)? If not, why?...


c++c++11shared-ptrunique-ptrweak-ptr

Read More
Which shared pointer should be weak pointer in a ring or a cycle...


c++pointersc++11smart-pointersweak-ptr

Read More
How can I track object lifetime in C++11 lambda?...


c++c++11lambdashared-ptrweak-ptr

Read More
Finding weak_ptrs referring to a shared_ptr...


c++c++11shared-ptrsmart-pointersweak-ptr

Read More
Store weak pointer to self...


c++smart-pointersweak-ptr

Read More
static_pointer_cast for weak_ptr...


c++11weak-ptr

Read More
Can an expired weak_ptr be distinguished from an uninitialized one?...


c++c++11weak-ptr

Read More
Function overloading resolution with weak_ptr as argument...


c++c++11smart-pointersstatic-castweak-ptr

Read More
C++ bind to weak_ptr not working...


c++bindweak-ptr

Read More
Should I call reset on a weak_ptr if I happen to notice it's expired?...


c++shared-ptrweak-ptr

Read More
Disable conversion from std::weak_ptr to std::shared_ptr...


shared-ptrweak-ptr

Read More
Is it guaranteed that weak_ptr will expire when shared_ptr is reset to the same address that contain...


c++c++11shared-ptrweak-ptr

Read More
Does boost::weak_ptr throw exceptions?...


c++boostshared-ptrweak-ptr

Read More
What is the point of owner_less if an expired weak_ptr will give undefined behavior?...


c++weak-ptr

Read More
Simple Argument Forwarding (what should my signature be?)...


c++argumentsweak-ptr

Read More
C++ 11 Smart Pointer Ownership and Casting...


c++shared-ptrsoftware-designweak-ptr

Read More
Filtering a container ( std::vector ) of std::shared_ptr to a container of std::weak_ptr...


c++shared-ptrweak-ptr

Read More
Smart pointers + cycles + "->"...


c++c++11shared-ptrsmart-pointersweak-ptr

Read More
Is it safe to use a weak_ptr in a std::set or key of std::map...


c++c++11weak-ptr

Read More
How to implement a boost::unordered_map with websocketpp::connection_hdl as key?...


c++keyunordered-mapweak-ptrwebsocket++

Read More
Is calling map::count with an empty weak_ptr as argument safe?...


c++dictionaryinitializationfindweak-ptr

Read More
Accessing weak_ptr after deleting the original pointer...


c++vectorshared-ptrweak-ptr

Read More
Comparator operator in weak_ptr C++...


c++stlc++11weak-ptr

Read More
will weak_pointer.lock() increment the ref count of original shared_ptr which was used to create wea...


c++weak-ptr

Read More
C++: Passing delegate to other object via std::weak_ptr...


c++c++11delegatesshared-ptrweak-ptr

Read More
Shared resource ownage using std::weak_ptr...


c++c++11shared-ptrsmart-pointersweak-ptr

Read More
How to compare two std::maps with std::weak_ptr as key?...


c++c++11comparisonweak-ptr

Read More
C++: Replace raw pointers with shared and weak ptr...


c++memory-managementboostshared-ptrweak-ptr

Read More
Creating weak_ptr<> from raw pointer...


c++pointersboostweak-ptr

Read More
How to get rid of weak_ptrs in a container...


c++c++11weak-ptr

Read More
BackNext