-
std::iterator is deprecated: Why, What It Was, and What to Use Instead - Fluent C++
-
C++ iterator example (and an iterable range) – Andy Balaam's Blog
-
Generating Sequences | Just Software Solutions - Custom Software Development
-
c++ - How to implement operator-> for iterator type? - Stack Overflow
-
Overloading member access operators ->, .* (C++) - Stack Overflow
-
c++ - Writing a custom iterator -- what to do if you're at the end of the array? - Stack Overflow
-
Implementing an iterator over binary (or arbitrary) tree using C++ 11 - Stack Overflow
-
c++ - How to correctly implement custom iterators and const_iterators? - Stack Overflow
-
Example of STL compatible custom containers + iterators : cpp