Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-ptr

When to use std::make_shared_for_overwrite?

c++ shared-ptr c++20

'boost::make_shared' : ambiguous call to overloaded function

How can I transparently process std::vector of T and std::vector of std::shared_ptr<T> in a template?

Why is there no overload of bool std::operator==(T1* a, std::shared_ptr<T2> b)?

std::shared_ptr<T[]> VS std::array<T, size>/std::vector<T>

c++ c++17 std shared-ptr

C++ compiler error: “invalid declarator before”

Assigning a dereferenced shared_ptr

Initializing std::shared_ptr with std::make_shared having an std::array as argument

c++ c++11 std shared-ptr

pass derived class shared_ptr as parameter to function that wants base class shared_ptr

Factory method creating shared_ptr object

Accessing weak_ptr after deleting the original pointer

c++ vector shared-ptr weak-ptr

C++ Compare stacks of shared pointers

copy constructor for a class with pointer to a user defined type

shared_ptr assignment notation implicit conversion

c++ c++11 shared-ptr explicit

How does shared_ptr<T> detect that T derives from enable_shared_from_this<T>?

How to pass and share shared_ptr ownership with a better performance? [duplicate]

c++ c++11 shared-ptr

Is it safe to call a method on a smart pointer that is moved-from in the arguments?

A very weak reference (cannot be turned into shared)