|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Functions | |
| template<typename... Its> | |
| bool | all_valid (const Its &... its) |
| Check if all iterators are valid (not at end). | |
| template<typename... Its> | |
| void | advance_all (Its &... its) |
| Advance all iterators. | |
| template<typename... Its> | |
| auto | deref_all (const Its &... its) |
| Dereference all iterators and make a tuple. | |
Advance all iterators.
| its | Iterator pairs (begin, end). |
Definition at line 1476 of file ah-zip.H.
References Aleph::maps().
Referenced by Aleph::tzip_std().
Check if all iterators are valid (not at end).
| its | Iterator pairs (begin, end). |
Definition at line 1467 of file ah-zip.H.
References Aleph::maps().
Referenced by Aleph::tzip_std().
Dereference all iterators and make a tuple.
| its | Iterator pairs (begin, end). |
Definition at line 1486 of file ah-zip.H.
References Aleph::maps().
Referenced by Aleph::tzip_std().