Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

shared_ptr destructor, copy and incomplete type

c++ set and shared_ptr

c++ set shared-ptr

Create a vector of shared_ptr to ints

how to overcome make_shared constness

c++ boost shared-ptr

Strange double destructor call when using shared_ptr

Pass by reference vs. Pass by shared_ptr

c++ c++11 shared-ptr

Copy constructor for class with shared_ptr data members?

When does std::shared_ptr release its object?

Assigning make_unique<X> to shared_ptr<X>

How to get the pointer to a shared_ptr?

c++ boost shared-ptr

Creating boost::thread with an std::shared_ptr object instance

Using C++ std::equal on a container of shared_ptr

`shared_ptr` breaks constness of the object

c++ c++11 constants shared-ptr

boost shared_ptr operator =

c++ boost shared-ptr

How to return references to object created inside a method

I can't use std::vector of auto_ptr - should i use shared_ptr?

c++ shared-ptr

Usage of std::shared_ptr

c++ shared-ptr

How to make a std::shared_ptr from a non-pointer object?

c++ shared-ptr

bad weak pointer when base and derived class both inherit from boost::enable_shared_from_this

Shared pointers to a singleton do not recognize each other

c++ c++11 shared-ptr