Search code examples
Destructor from mutually recursive class with shared_from_this not called...


c++shared-ptrcircular-reference

Read More
Multiple shared_ptrs to same object, one corrupted...


c++shared-ptr

Read More
shared_ptr assignment notation implicit conversion...


c++c++11shared-ptrexplicit

Read More
Uncopyable object, map and shared_ptr : error in the copy constructor...


c++dictionarycopyshared-ptrcopy-constructor

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


qtc++11shared-ptrbidirectionalweak-ptr

Read More
Replacing shared_ptr elements in std::vector...


c++c++11vectorshared-ptr

Read More
Asio: usage of self shared pointer in the examples...


c++boostboost-asioshared-ptr

Read More
How can i cast between void* and boost shared ptr...


c++boostcastingshared-ptrvoid-pointers

Read More
shared_ptr and slicing...


c++shared-ptr

Read More
Check for null in std::shared_ptr...


c++shared-ptr

Read More
Why doesn't shared_ptr permit direct assignment...


c++c++11shared-ptrsmart-pointers

Read More
Initialise unique_ptr in the unit tests...


c++c++11shared-ptrsmart-pointersunique-ptr

Read More
Recognize derived class with identifier not working...


c++c++11shared-ptr

Read More
What is the difference between an empty and a null std::shared_ptr in C++?...


c++c++11shared-ptr

Read More
How to initialise std shared pointer for valarray...


c++shared-ptrsmart-pointers

Read More
boost::lockfree - Call destructor for queued element...


c++c++11boostshared-ptrlock-free

Read More
shared_ptr and const methods thread-safety...


c++c++11thread-safetyshared-ptr

Read More
Lambda expression, shared pointer and the type of this...


c++lambdac++14shared-ptr

Read More
Difference between QSharedPointer::isNull() and operator!()...


c++qtshared-ptrqsharedpointer

Read More
pass derived class shared_ptr as parameter to function that wants base class shared_ptr...


c++visual-c++inheritanceshared-ptr

Read More
shared_ptr<Base> and objects from derived classes...


c++c++11shared-ptr

Read More
allocating memory for derived class members based on boost smart pointers in the base class through ...


boostshared-ptrcrtpscoped-ptrstatic-polymorphism

Read More
how to return shared_ptr to current object from inside the "this" object itself...


c++memory-managementshared-ptr

Read More
Vector of shared_ptr resulting in error: "no instance of overloaded function" when wanting...


c++vectorshared-ptrderived-class

Read More
How to get an element based on raw_ptr from an unordered_set keyed on shared_ptr...


c++c++14shared-ptrunordered-set

Read More
Strange behaviour of std::make_shared...


c++c++11shared-ptr

Read More
Smart pointer to lambda...


c++c++11lambdashared-ptr

Read More
Shared data class using std::shared_ptr...


c++c++11shared-ptr

Read More
Way to check if calling shared_from_this() is valid?...


c++shared-ptr

Read More
C++: Modify a vector of share_ptr elements...


c++pointersshared-ptrsmart-pointers

Read More
BackNext