Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

Get Eclipse CDT + boost::shared_ptr<T> to work with syntax completion?

About shared ptr

shared_ptr not reporting referenced object deletion

Return a dereferenced value of shared_ptr from a function

c++ c++11 boost shared-ptr

Is there a way to optimize shared_ptr for the case of permanent objects?

c++ optimization shared-ptr

Use of const pointer to class in function

c++ constants shared-ptr

I have a reference and want to call a function that takes boost::shared_ptr

c++ reference shared-ptr

vector of shared_ptrs, returning it from a function and modifying it

c++ shared-ptr stdvector

Is it possible that make_shared has no any exception but returns a nullptr?

Store shared pointer in lambda to keep it alive

Efficient usage of a c++11 shared_ptr in an asset manager

c++ opengl c++11 shared-ptr

Create std::weak_ptr to an indexed value of an array-type std::shared_ptr?

c++ stl std shared-ptr weak-ptr

How to prevent deletion of a raw pointer that is used as shared pointer?

Naming a typedef for a boost::shared_ptr<const Foo>

c++ boost shared-ptr

Role of weak_ptr in shared_ptr

Check if container of shared_ptr contains a pointer?

How to make shared_ptr wrapper class work with make_shared

c++ c++11 shared-ptr

Is assiging a shared_ptr to itself safe?

shared_ptr entirely on stack

Best way to store std::vector of derived class in a host parent class