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