Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::UniZipSentinel Struct Reference

Sentinel type for UniZipIterator end comparison. More...

#include <ah-zip-utils.H>

Detailed Description

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.


The documentation for this struct was generated from the following file: