Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

Initialize a const map which has shared_ptr as values

c++ c++11 shared-ptr

auto_ptr or shared_ptr

How memory is deallocated in shared_ptr via the operator=?

How to design an efficient image buffer in C++?

swap the content of 2 shared_ptr

c++ shared-ptr

bind two arguments

c++ boost bind shared-ptr

How to use boost::atomic_store with shared_ptr<T> and shared_ptr<const T>?

c++ boost shared-ptr atomic

std::bad_weak_ptr while shared_from_this

c++ c++11 shared-ptr

Returning value from shared pointer vector string

c++ c++11 vector shared-ptr

boost shared_ptr cycling reference?

Inheritance and std::shared_ptr in Cython

What stops compilers from automatically deducing to use make_shared?

clang - shared_ptr fails to run its deleter

C++ boost shared_ptr as a hash_map key

using std::tr1::shared_ptr as an internal mechanism for reference counting

C++ primer 5th edition: Difference between the deleter of a shared_ptr and of unique_ptr's

c++ shared-ptr unique-ptr

shared ptr casting

c++ boost casting shared-ptr