Weak Pointers in C++ (std::weak_ptr)
SMART POINTERS in C++ (std::unique_ptr, std::shared_ptr, std::weak_ptr)
std::weak_ptr - A non-owning smart pointer | Modern Cpp Series Ep. 35
C++11 : weak_ptr (Smart Pointers)
0420 : Introduction to std::weak_ptr
Weak Pointer In C++
Mastering Smart Pointers in C++: Unique_ptr, Shared_ptr, and Weak_ptr Explained!
Troubleshooting memory leak with std::weak_ptr: How to detect and fix the bug
[CppIndia] Smart Pointers - Part 2 (std::shared_ptr & std::weak_ptr) by Shilpa Dodeja
C++ : Equality-compare std::weak_ptr
C++2a Standard: std::shared_ptr and std::weak_ptr 2/N (027)
C++2a Standard: Cyclic References, shared_ptr, weak_ptr 3/N (028)
C++2a Standard: How to Implement shared_ptr and weak_ptr 4/N (029)
C++ Tutorial [106] - Smart Pointer: weak_ptr GERMAN
C++ Weak Pointer: weak_ptr | Smart pointer tutorial
Understanding the std::weak_ptr Behavior in Multithreaded Contexts: A Closer Look at a Potential Bug
weak_ptr Simplified
C++ : std::unique_ptr vs std::shared_ptr vs std::weak_ptr vs std::auto_ptr vs raw pointers
C++2a Standard: std::shared_ptr and std::weak_ptr 1/N (026)
C++ : Is it useful to pass std::weak_ptr to functions?