|
using | value_type = rng::iter_value_t< RngIter > |
|
using | difference_type = rng::iter_difference_t< RngIter > |
|
using | iterator_category = std::random_access_iterator_tag |
|
|
| zip_iterator (RngIter rng_iter, BaseIters... base_iters) |
|
auto | operator+ (difference_type n) const |
|
auto | operator- (difference_type n) const |
|
auto | operator- (zip_iterator other) const |
|
auto & | operator+= (difference_type n) |
|
auto & | operator-= (difference_type n) |
|
auto & | operator++ () |
|
auto | operator++ (int) |
|
auto & | operator-- () |
|
auto | operator-- (int) |
|
bool | operator== (zip_iterator other) const |
|
auto | operator<=> (zip_iterator other) const |
|
auto | operator* () const |
|
auto | operator[] (difference_type n) const |
|
auto | segments () const |
|
auto | rank () const |
|
auto | local () const |
|
|
auto | operator+ (difference_type n, const zip_iterator &other) |
|
The documentation for this class was generated from the following file:
- /opt/actions-runner/_work/distributed-ranges/distributed-ranges/include/dr/mp/views/zip.hpp