Search code examples
Why weak pointer is getting created with shared_ptr?...


c++pointersc++11shared-ptrmove

Read More
How to make a copy of an object containing a list of shared pointers?...


c++copyshared-ptr

Read More
How to intentionally delete a boost::shared_ptr?...


c++memory-managementboostshared-ptr

Read More
Something about shared_ptr I don't get...


c++shared-ptr

Read More
shared_ptr destructor, copy and incomplete type...


c++c++11shared-ptrincomplete-type

Read More
Visual leak detector with std::shared_ptr...


c++c++11memory-leaksshared-ptrvisual-leak-detector

Read More
weak_ptr VS shared_ptr in graph node parent list...


c++c++11shared-ptrdirected-acyclic-graphs

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


c++shared-ptrweak-ptr

Read More
static_cast with boost::shared_ptr?...


c++boostshared-ptrstatic-cast

Read More
segment fault for a simple std::shared_ptr construction case...


c++c++11memory-managementshared-ptrsmart-pointers

Read More
How to make const apply to C++ class members that are shared pointers...


c++boostconstantsshared-ptr

Read More
How do you get shared_ptr weak count?...


c++c++11shared-ptrtr1

Read More
Is it OK to use boost::shared ptr in DLL interface?...


dllboostmemory-managementshared-ptr

Read More
C++ shared_ptr can't see member function from class type...


c++classshared-ptr

Read More
C++ shared_ptr and built-in pointer...


c++pointersshared-ptr

Read More
Interface methods and returning smart pointer to this (enable_shared_from_this)...


c++interfaceshared-ptrsmart-pointers

Read More
Factory method creating shared_ptr object...


c++visual-c++polymorphismshared-ptr

Read More
Pointing a derived smart pointer to a stack object returned by base reference...


c++shared-ptr

Read More
Is it safe to modify shared_ptr in an (unordered_)set?...


c++stlsetshared-ptrunordered-set

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


shared-ptrweak-ptr

Read More
what is the relation between RAII and shared_ptr?...


c++shared-ptrraii

Read More
shared_ptr memory leak without delete operator...


c++c++11memory-managementmemory-leaksshared-ptr

Read More
Cache Optimization and Polymorphism...


c++optimizationc++11polymorphismshared-ptr

Read More
std::enable_shared_from_this with different owner...


c++c++11boostshared-ptrsmart-pointers

Read More
What stops compilers from automatically deducing to use make_shared?...


c++memory-managementshared-ptrsmart-pointersmake-shared

Read More
Double Delete using Shared Pointers, even though there is still a shared_ptr to the object, its dest...


c++boostshared-ptr

Read More
recreate(reassign) a std::shared_ptr or std::unique_ptr...


c++shared-ptrunique-ptr

Read More
use *this as std::shared_ptr...


c++classsignalsshared-ptr

Read More
shared_ptr with map (error error C2664)...


c++shared-ptr

Read More
Conditions for deletion of an std::shared_ptr...


c++c++11vectorshared-ptr

Read More
BackNext