Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

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

Are all members of a Smart Pointer allocated on the Heap?

How to separate `QObject`'s parent-child relationship's concerns, e.g. to interoperate with other owners?

c++ qt shared-ptr qobject

Capture shared_ptr in lambda

c++ lambda shared-ptr weak-ptr

What type is used by std::allocate_shared to allocate memory?

std::shared_ptr, std::weak_ptr and control block

Is lambda with initializer to itself equivalent to lambda without initializer?

c++ lambda shared-ptr

How can I resolve a "'shared_ptr' was not declared in this scope" error?

Valid situations for comparing shared_ptr instances

c++11 shared-ptr equality

Prevent creating a class only if shared pointer

c++ copy instance shared-ptr