Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

c++ problem with polymorphism and vectors of pointers

Multiple pointers to an object

c++ pointers shared-ptr

C++11 Cereal Library Cannot Serialize A Class Of Mine

c++ c++11 shared-ptr cereal

Is counter in std::shared_ptr atomic?

c++ c++11 shared-ptr atomic

Is there a way to make shared_ptr.reset(new obj) to call the destructor first?

c++ shared-ptr

Objects as member variables in a class in C++

How does an atomic<shared_ptr<>> work internally?

c++ c++20 shared-ptr stdatomic

How is shared_ptr reference counter laid out?

Function template to populate a vector of shared_ptr to Base & Derived objects

Shared_ptr and unique_ptr with exception

Pointer to member variable of shared_ptr

I cannot initialize that shared_ptr of class C

std::shared_ptr: Custom deleter not being invoked

c++ c++11 shared-ptr

How to fix heap corruption

c++ shared-ptr raii

No match for operator== (weak_ptr, const weak_ptr)

Initialize a const map which has shared_ptr as values

c++ c++11 shared-ptr

auto_ptr or shared_ptr

How memory is deallocated in shared_ptr via the operator=?