Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

c++11 - Ownership and getters

Since C++17 supports shared_ptr of array, does this mean that an explicit deleter for T[] is no longer required in both ctor and reset?

c++ arrays shared-ptr c++17

How to remove (non-intrusive) smart pointers from a cache when there are no more references?

Custom allocators as alternatives to vector of smart pointers?

Is a moved-from shared_ptr guaranteed to be emptied?

c++ c++11 move shared-ptr

Call default copy constructor from within overloaded copy constructor

Why std::shared_ptr calls destructors from base and derived classes, where delete calls only destructor from base class? [duplicate]

c++ shared-ptr

Overhead and implementation of using shared_ptr

c++ c++11 shared-ptr

std::shared_ptr and Inheritance

Does it make sense to check for nullptr in custom deleter of shared_ptr?

c++ c++11 shared-ptr

Apple and shared_ptr

c++ macos shared-ptr

C++11: extending std::is_pointer to std::shared_ptr

Create shared_ptr to stack object

Why doesn't shared_ptr permit direct assignment

std::shared_ptr deep copy object

c++11 shared-ptr deep-copy

false sharing in boost::detail::spinlock_pool?

How to initialize a shared pointer in the initialization list of a constructor?

Passing shared_ptr to lambda by value leaks memory

c++ lambda shared-ptr

How to use a shared_ptr with a pointer to struct that should not be freed

c++ pointers c++11 shared-ptr

Getting shared_ptr refs to appear in doxygen collaboration diagrams

c++ boost doxygen shared-ptr