|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Functions | |
| template<class Cmp , class Tuple , size_t... Is> | |
| bool | compare_adjacent (Cmp &cmp, const Tuple &t, std::index_sequence< Is... >) |
| Compare all adjacent pairs in a tuple using the given comparator. | |
| bool Aleph::zip_detail::compare_adjacent | ( | Cmp & | cmp, |
| const Tuple & | t, | ||
| std::index_sequence< Is... > | |||
| ) |
Compare all adjacent pairs in a tuple using the given comparator.
| cmp | Binary comparator. |
| t | Tuple to compare. |
Definition at line 963 of file ah-zip.H.
References cmp(), and Aleph::maps().
Referenced by Aleph::zip_cmp().