Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

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

C++ working with objects on heap

Does static_pointer_cast update reference counting

c++ shared-ptr

Understanding C++ std::shared_ptr when used with temporary objects

Initializing boost::asio sockets after constructor

c++ boost shared-ptr

Why std::shared_ptr control block need to hold a pointer to managed object with its correct type

c++ shared-ptr raii tr1

Delete std::shared_ptr without destroying the managed object?

Is an Object Pool pattern of shared_ptr possible?

shared_ptr std::dynamic_pointer_cast fails with "attempting to reference a deleted function" error

c++ shared-ptr dynamic-cast