Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

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 do `shared_ptr`s achieve covariance?

Getting raw pointer from shared_ptr to pass it to function that requires raw

Using shared_ptr to abstract base as holder with boost.python

C++11 transform with shared_ptr to a vector and class

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

memory leak under GCC (but not Clang) when throwing in the middle of a C++14 initializer list for std::list<shared_ptr>

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