Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

Set shared_ptr to point existing object

c++ c++11 vector shared-ptr

Assigning a shared_ptr to an offset of an array

Is it OK to use boost::shared ptr in DLL interface?

boost::shared_ptr and Inheritance

c++ inheritance shared-ptr

What is the cyclic dependency issue with shared_ptr?

c++ shared-ptr weak-ptr

Why does shared_ptr needs to hold reference counting for weak_ptr?

Does `std::make_shared<POD>()` value initialize my POD?

c++ c++11 shared-ptr

Smart pointers + cycles + "->"

Using shared_ptr and glutInit causes segmentation fault

c++ c++11 gcc shared-ptr glut

Using smart pointers for C++ binary search tree

shared_ptr<T> to shared_ptr<T const> and vector<T> to vector<T const>

Is an empty aliasing shared_ptr a good alternative to a no-op deleting shared_ptr?

c++ c++11 shared-ptr

static member function make_shared of shared_ptr

c++ c++11 stl c++14 shared-ptr

Locking a shared_ptr

c++ c++11 shared-ptr

About shared_ptr and pointer to member operator `->*` and `std::bind`

What Happens to a weak_ptr when Its shared_ptr is Destroyed?

c++ shared-ptr weak-ptr

testing if a shared_ptr is NULL

c++ null shared-ptr

shared_ptr strangeness with null values and custom deleter

c++ shared-ptr unique-ptr

Disadvantages of shared_ptr