|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Sentinel type for UniZipIterator end comparison. More...
#include <ah-zip-utils.H>
Sentinel type for UniZipIterator end comparison.
Using a sentinel avoids the O(n) cost of creating an exhausted iterator for end() comparison in range-based for loops.
Definition at line 227 of file ah-zip-utils.H.