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