|
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 1438 of file ah-zip.H.
References Aleph::divide_and_conquer_partition_dp().
Referenced by Aleph::tzip_std().
Check if all iterators are valid (not at end).
| its | Iterator pairs (begin, end). |
Definition at line 1429 of file ah-zip.H.
References Aleph::and, and Aleph::divide_and_conquer_partition_dp().
Referenced by Aleph::tzip_std().
Dereference all iterators and make a tuple.
| its | Iterator pairs (begin, end). |
Definition at line 1448 of file ah-zip.H.
References Aleph::divide_and_conquer_partition_dp().
Referenced by Aleph::tzip_std().