|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Iterator that traverses multiple containers with enumeration index. More...
#include <ah-zip.H>
Iterator that traverses multiple containers with enumeration index.
Like ZipIterator, but appends the current index as the last element in each tuple. Useful when you need both the position and values.
| HeadC | Type of the first container. |
| TailC | Types of remaining containers. |
Usage example: