|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Iterator that traverses multiple Aleph containers in lockstep. More...
#include <ah-zip.H>
Iterator that traverses multiple Aleph containers in lockstep.
ZipIterator allows synchronized iteration over two or more containers, producing tuples of corresponding elements at each position.
Iteration stops when ANY underlying iterator reaches its end.
| HeadC | Type of the first container. |
| TailC | Types of remaining containers. |
Usage example: