SMART POINTERS in C++ (std::unique_ptr, std::shared_ptr, std::weak_ptr)
unique_ptr: C++'s simplest smart pointer
0422 : std::unique_ptr vs. std::shared_ptr
auto_ptr | unique_ptr | shared_ptr | Умные указатели. Изучение С++ для начинающих. Урок #131
Tutorial on Smart Pointers in C++: std::unique_ptr - PART 1
"Smart Pointers in C++: Managing Memory with std::unique_ptr"
C++ From Scratch: std::unique_ptr
Graph in C++ #2: How to return std::unique_ptr from a function
Mastering Smart Pointers in C++: Unique_ptr, Shared_ptr, and Weak_ptr Explained!
std::unique_ptr и идиома RAII | Углубленное программирование на C++: (По книге Скотта Мейерса) #9
unique_ptr is NOT just for heap allocations | custom deleters
std::unique_ptr 02 - How to use std::make_unique for std::unique_ptr
std::unique_ptr - A scoped smart pointer | Modern Cpp Series Ep. 33
Revisiting std::unique_ptr and Custom Deleters | Modern Cpp Series Ep. 82
C++ How-To Series : Smart / unique std::unique_ptr and raw pointers | Dynamical Allocation| Part 1
C++ 03: Understand make_unique for unique_ptr
std::unique_ptr 01 - How to Declare unique_ptr for C++ Primitive Types
SMART POINTERS in C++ (for beginners in 20 minutes)
C++ How-To Series : Smart / unique std::unique_ptr and raw pointers | Dynamical Allocation| Part 2
C++ 04: Pass unique_ptr to a function by value or reference