Search code examples
Does using .reset() on a std::shared_ptr delete all instances...

c++memorymemory-leaksshared-memoryshared-ptr

Read More
Safe to delete parent of vector of pointers when those pointers have been shared?...

c++shared-ptrbnfc

Read More
Use shared_ptr among member functions as private variable C++...

c++shared-ptr

Read More
How to use enable_shared_from_this in template functions?...

c++c++17boost-asioshared-ptr

Read More
Is it safe to call a method on a smart pointer that is moved-from in the arguments?...

c++c++11language-lawyershared-ptrmove-semantics

Read More
How is shared_ptr reference counter laid out?...

c++11shared-ptrmemory-layout

Read More
C++ shared_ptr void...

c++shared-ptr

Read More
When should we use std::enable_shared_from_this...

c++shared-ptrsmart-pointersenable-shared-from-this

Read More
Why unique_ptr and shared_ptr do not invalidate the pointer they are constructed from?...

c++shared-ptrapi-designunique-ptrrvalue-reference

Read More
Segmentation fault while handling shared_ptr...

c++boostdllshared-ptr

Read More
How do smart pointers choose between delete and delete[]?...

c++c++11shared-ptrsmart-pointersdelete-operator

Read More
Why std::shared_ptr destruct twice when used std::static_pointer_cast?...

c++castingshared-ptr

Read More
std::shared_ptr of this...

c++thisshared-ptrthis-pointer

Read More
Overload -> arrow operator in shared_ptr<interface> instance with no pure virtual destructo...

c++c++11operator-overloadingshared-ptrvirtual-destructor

Read More
C++ destructor order of member with shared_ptr...

c++c++11shared-ptr

Read More
std::bad_weak_ptr exception when using shared_from_this...

c++c++11constructorshared-ptr

Read More
Exception raised: read access violation. std :: shared_ptr <Weapon> :: operator -> <Weap...

c++shared-ptr

Read More
std::shared_ptr custom reference counter...

c++shared-ptr

Read More
shared_ptr refcounter implementation thead safety...

c++multithreadingshared-ptr

Read More
Shared_ptr doubly linkedlist memory leak...

c++memory-leaksshared-ptrdoubly-linked-list

Read More
Problem while iterating a vector using range-based loop...

c++c++11vectorshared-ptr

Read More
how to create a container of shared_ptr to abstract class...

c++c++14shared-ptr

Read More
Segmentation fault in handlers with shared_ptr's...

c++boostshared-ptrgnu

Read More
Nested classes, inheritance and shared pointers in C++...

c++c++11inheritancenestedshared-ptr

Read More
Creating unique_ptr<Base> when Base class has a protected destructor...

c++shared-ptrdestructorunique-ptr

Read More
Derive from shared_ptr<T>...

c++inheritancelambdashared-ptrsmart-pointers

Read More
Shared pointer to incomplete needs deleter in reset method...

c++11shared-ptr

Read More
Error with Google Mock and shared_from_this?...

c++shared-ptrgooglemock

Read More
how to use reset with const shared pointer to non const object?...

c++11shared-ptrboost-multi-index

Read More
Read Access Violation while trying to use variables through shared pointers...

c++pointersnullpointerexceptionshared-ptr

Read More
BackNext