Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Using smart pointers as a class member

Shared_pointer showing different behaviour than the one i read in text book

c++ stl smart-pointers

How to delete instance of persistent object when last client has finished

Safe reference in C++ (single-ownership pointer with notify semantics)

Pointer casts for itk::SmartPointer?

Using placement new for a polymorphic unique_ptr

Shared resource ownage using std::weak_ptr

Wrapping smart pointers with method replacement