STL C++ Iterators - Iterator Invalidation | Modern Cpp Series Ep. 140
Iterator Subtleties That Can Cause Problems
Easier removal with container std::erase(non-member function)and erase_if| Modern Cpp Series Ep. 155
C++ STL algorithm - erase-remove idiom -- std::remove(_if, _copy_if) | Modern Cpp Series Ep. 154
Overview and Examples of the C++ STL list Sequential Container
C++ Iterators & Adapters
The std::list template
C++ Lecture Series --- Standard Library --- Part 3 of N --- The vector class template
C++ std::initializer_list and Iterator "gotchas" featuring std::vector<T>
COMP6771 21T2 - 7.2 - Custom Iterators
Using std::list as a Circular Linked List
C++ Lecture Series --- Standard Library --- Part 2 of N --- Containers, Iterators, and Algorithms
Amendment to Vector vs List
C++ Algorithms and Data Structures: Lists and Iterators
Pacific++ 2017: Matt Bentley "Can we make a faster linked list?"
C++Now 2017: Ansel Sermersheim "Multithreading Using Lockless Lists and RCU"
Why Does My C++ Student Management System Delete All Records Instead of Just One by Roll Number?
std::formatter for Custom Types with std::format (C++20) - C++ Utilities | Modern Cpp Series Ep. 189
Designing C++ Iterators (Part 2 of 3): Vector Iterators
2018 EuroLLVM Developers’ Meeting: A. Balogh “Finding Iterator-related Errors with ... ”