std::ranges::chunk_view<V>:: outer-iterator :: operator=
From cppreference.com
<
cpp
|
ranges
|
chunk view
|
outer iterator
C++
Ranges library
|
||||||||||||||||||||||
| Range primitives | |||||||
|
|||||||
| Range concepts | |||||||||||||||||||
|
|||||||||||||||||||
| Range factories | |||||||||
|
|||||||||
| Range adaptors | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||
| Helper items | |||||||||||||||||
|
|
||||||||||||||||
std::ranges::chunk_view
| Member functions | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
/*outer-iterator*/
&
operator
=
(
/*outer-iterator*/
&&
other
)
=
default
;
|
(since C++23) | |
Assigns another iterator. This move assignment operator is generated by the compiler.
Moves the underlying pointer
other.
parent_
to
parent_
.
Parameters
| other | - | an iterator |
See also
|
(C++23)
|
constructs an iterator
(public member function) |
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/ranges/chunk_view/outer_iterator/operator%3D&oldid=151792
"