The Smart Pointers I Wish I Had - Matthew Fleming - CppCon 2019
CppCon 2019 Matthew Fleming “The Smart Pointers I Wish I Had”
Back to Basics: C++ Smart Pointers - David Olsen - CppCon 2022
C++ Smart Pointers - Usage and Secrets - Nicolai Josuttis
C++Now 2019: Matthew Fleming “An Alternate Smart Pointer Hierarchy”
CppCon 2019: Arthur O'Dwyer “Back to Basics: Smart Pointers”
observe me not - a short story about smart pointers - Mark Zeren - CppCon 2019
SMART POINTERS in C++ (for beginners in 20 minutes)
unique_ptr: C++'s simplest smart pointer
The Box Smart Pointer in Rust
std::unique_ptr - A scoped smart pointer | Modern Cpp Series Ep. 33
Code{}School - Season 2: Episode 8, Smart Pointers and Containers - NGON
Smart Pointers in C++: What, Why, and How with David Millington - CodeRage XI
24.Working with Smart Pointers
Dive into C++11 - [4] - Smart pointers
C++ Smart Pointers - Do I really need them? When?
Smart Pointers in Rust - Reference Cycles
Back to Basics: Smart Pointers - Rainer Grimm - CppCon 2020
Ho to use C++11 smart pointers
Say Goodbye to Raw Pointers! Master unique pointer in C++