Categories

Iterators can be categorized into three primary types, each with its own advantages.

We'll cover the following...

Iterators can be put into three categories according to their capabilities. C++ has forward, bidirectional, and ...