Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in smart-pointers

how to instantiate an object using smart pointers

using std::tr1::shared_ptr as an internal mechanism for reference counting

std::unique pointer and custom lambda deleter error

How using a smart pointer in C++ helps in below example

c++ smart-pointers

no known conversion from 'std::shared_ptr<int>' to 'int *' for 1st argument

c++ smart-pointers

When do class members use smart pointers or objects [duplicate]

book about smart pointers

c++ smart-pointers

Passing smart pointer to function through non smart pointer argument

c++ c++11 smart-pointers

How to enforce users to create objects of class derived from mine with "new" only?

How to iterate over a list of smart pointers?

C++ - Smart Pointers - Passing derived class shared pointer to base through template

c++ boost smart-pointers

Usage of this* in make_unique

std::set of std::weak_ptr insert and remove

c++11 smart-pointers

C++ automatic shared_ptr type in class with macro

What is C++20 std::atomic<shared_ptr<T>> and std::atomic<weak_ptr<T>>? [duplicate]

Multiple instances holds a reference to a unique_ptr

Is there a good C++ memory management tutorial available, that covers shared_ptr, scoped_ptr, and weak_ptr? [duplicate]