Context
In March 2017, modern C++ (C++11/14/17) had profoundly renewed the use of iterators. Range-based for loops and STL algorithms made traversing collections more elegant and safe.
What is this article about?
The article explores iterators in C++: their categories, their use with STL containers, and modern C++ best practices.
Summary
Iterators in C++
