Useful Functions

C++ offers several tools to make the iteration process simpler and safer.

We'll cover the following...

The global functions std::begin, std::end, std::prev, std::next, ...