Search code examples
std::move return value of weak_ptr::lock messing up reference count of shared_ptr?...

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

Read More
Working with shared_ptr returned from another concrete class...

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

Read More
How `weak_ptr` and `shared_ptr` accesses are atomic...

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

Read More
boost shared_ptr cycling reference?...

boostshared-ptrsmart-pointerscycleweak-ptr

Read More
What does the _Get method of a std::weak_ptr do and when should it be used?...

c++11smart-pointersweak-ptr

Read More
weak_ptr - Dereferencing - Throw if expired...

c++pointersexceptionweak-ptr

Read More
What's the difference between raw pointer and weak_ptr?...

c++weak-ptrraw-pointer

Read More
c++ weak_ptr expiring after dereference?...

c++smart-pointersweak-ptr

Read More
Constructing a constexpr std::weak_ptr...

c++c++11destructorconstexprweak-ptr

Read More
Breaking cyclic references with std::weak_ptr and alias constructor: sound or problematic?...

c++shared-ptrweak-ptrcyclic-reference

Read More
Getting 'bad_weak_ptr' error...

c++boostshared-ptrweak-ptr

Read More
C++ bi-directional association: object access with smart pointers seems to corrupt the instance...

qtc++11shared-ptrbidirectionalweak-ptr

Read More
std::shared_ptr, std::weak_ptr and control block...

c++c++11stlshared-ptrweak-ptr

Read More
What happens to an expired weak_ptr in a map...

c++shared-ptrweak-ptr

Read More
How to initialize object's manager w/o initializing object in shared_ptr?...

c++shared-ptrsmart-pointersweak-ptr

Read More
What is the reason for the name `weak_ptr::lock()`?...

c++shared-ptrterminologynamingweak-ptr

Read More
Collection of elements that takes unique_ptr, but stores them as shared_ptr to provide access as wea...

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

Read More
std::weak_ptr: lock or shared_ptr constructor?...

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

Read More
What Happens to a weak_ptr when Its shared_ptr is Destroyed?...

c++shared-ptrweak-ptr

Read More
c++ classes linked to each other with std safe pointers (c++)...

c++ooppointersc++11weak-ptr

Read More
C++11 standard decision "shared_ptr(const weak_ptr<Y>& r) Throws bad_weak_ptr"...

c++c++11exceptionshared-ptrweak-ptr

Read More
Smart pointers' control block internal machinery...

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

Read More
Did I understand correctly the point of Scott Meyers' example of std::weak_ptr?...

c++c++11weak-ptreffective-c++

Read More
Dangling pointer in Delphi...

delphiweak-referencesweak-ptrdangling-pointer

Read More
Weak Self in Blocks...

iosobjective-cweak-referencesweak-ptr

Read More
No viable conversion std::weak_ptr to std::shared_ptr for method call...

c++c++11stlshared-ptrweak-ptr

Read More
Why destructor isn't invoked?...

c++c++11destructorshared-ptrweak-ptr

Read More
Why was std::hash not defined for std::weak_ptr in C++0x?...

c++11hashweak-ptrstdhash

Read More
sub classing from enable_shared_from_this...

c++boostboost-asioshared-ptrweak-ptr

Read More
Unexpected behavior from shared_from_this when creating multiple shared_ptr "families" ove...

c++shared-ptrweak-ptr

Read More
BackNext