SMART POINTERS in C++ (std::unique_ptr, std::shared_ptr, std::weak_ptr)
unique_ptr: простейший умный указатель в C++
Tutorial on Smart Pointers in C++: std::unique_ptr - PART 1
Возвращаясь к std::unique_ptr и пользовательским удалятелям | Серия Modern Cpp, выпуск 82
std::unique_ptr - A scoped smart pointer | Modern Cpp Series Ep. 33
SMART POINTERS in C++ (for beginners in 20 minutes)
std::unique_ptr и идиома RAII | Углубленное программирование на C++: (По книге Скотта Мейерса) #9
C++ How-To Series : Smart / unique std::unique_ptr and raw pointers | Dynamical Allocation| Part 1
Mastering Smart Pointers in C++: Unique_ptr, Shared_ptr, and Weak_ptr Explained!
C++ From Scratch: std::unique_ptr
C++: std::unique_ptr (Smart Pointer)
0420 : Introduction to std::unique_ptr
unique_ptr is NOT just for heap allocations | custom deleters
std::unique_ptr 01 - How to Declare unique_ptr for C++ Primitive Types
C++ How-To Series : Smart / unique std::unique_ptr and raw pointers | Dynamical Allocation| Part 2
0422 : std::unique_ptr vs. std::shared_ptr
C++ : Why is std::unique_ptr reset not the same as assignment?
C++ Won’t Let You Do This: What Happens when you Copy a unique_ptr?