class /*iterator*/ | (since C++23) (exposition only*) |
The return type of chunk_by_view::begin, and of chunk_by_view::end when the underlying view V is a common_range.
| Member type | Definition |
|---|---|
value_type | ranges::subrange<ranges::iterator_t<V>> |
difference_type | ranges::range_difference_t<V> |
iterator_category | std::input_iterator_tag |
iterator_concept |
|
| Member object | Definition |
|---|---|
parent_ (private) | A pointer to the parent chunk_by_view.(exposition-only member object*) |
current_ (private) | ranges::iterator_t<V>, an iterator to the begin of current chunk.(exposition-only member object*) |
next_ (private) | ranges::iterator_t<V>, an iterator to the begin of next chunk, if present.(exposition-only member object*) |
|
(C++23) | constructs an iterator (public member function) |
|
(C++23) | accesses the element (public member function) |
|
(C++23) | advances or decrements the underlying iterators (public member function) |
|
(C++23) | compares the underlying iterators (function) |
chunk_by_view::iterator [range.chunk.by.iter]
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/ranges/chunk_by_view/iterator