Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

c++ shared_ptr error with intel 12.1.3

c++ shared-ptr

make_shared and abstract polymorphism

Smart pointers for graph representation (vertex neighbors) in C++11

Calling clear() on a vector of shared_ptr. Will memory be freed?

c++ vector shared-ptr

Why does shared_ptr<int> p; p=nullptr; compile?

Move object from local variable to std::shared_ptr

Pybind11 - Bound class method returns new class instance, rather than editing in-place

shared_ptr with malloc and free

No matching conversion for functional-style cast from 'B *' to 'std::shared_ptr<A>'

Custom (pool) allocator with boost shared_ptr

c++ boost shared-ptr allocator

How do I cast a shared_ptr from one parent class to another parent class?