Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

Why does `std::shared_ptr` store a type erased deleter [duplicate]

Wrapping shared pointer object with SWIG don't give access to class member functions

Is using shared_ptr and weak_ptr to manage lifetime of std::function safe?

using std::shared_ptr with a protected constructor\destructor [duplicate]

c++ c++11 shared-ptr

How to deep copy full object behind boost::shared_ptr<T> into shared_ptr pointing to new location?

c++ boost shared-ptr

I want to perfect forward variadic arguments except for a specific type

std::shared_ptr preallocation memory

ABI Compatibility between release and debug

atomic_load/atomic_store on std::shared_ptr in VC11 - why the global spinlock?

Why does C++ shared pointer not behave like standard pointer for iterators?

How do I use std::unique_ptr<T> with an interface that returns an int?

c++ c++11 shared-ptr

std::shared_ptr in a union

c++ shared-ptr unions

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

How to fix "Invalid read of size 8 - 40 bytes inside a block of size 64 free'd"

weak_ptr, make_shared and memory deallocation

How can boost::serialization be used with std::shared_ptr from C++11?

What is the meaning of this piece of Standardese about shared_ptr's use_count()?