On this page
std::ranges::chunk_view<V>::inner-iterator::inner-iterator
|
(1) | (since C++23) |
|
(2) | (exposition only*) |
Construct an iterator.
2) A private constructor which is used by
chunk_view::begin
. This constructor is not accessible to users. Initializes parent_
with std::addressof(parent)
.
Parameters
other | - | an iterator |
parent | - | the enclosing ranges::chunk_view object |
Example
See also
(C++23)
|
move assigns another iterator (public member function) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/ranges/chunk_view/inner_iterator/inner_iterator