Namespaces
Variants
Views
Actions

std::ranges::chunk_view<V>::inner-iterator::operator=

From cppreference.com
 
 
Ranges library
Range adaptors
 
std::ranges::chunk_view
Member functions
Classes for input_ranges
Deduction guides
outer-iterator
outer-iterator::value_type
inner-iterator
chunk_view::inner-iterator::operator=
 
/*inner-iterator*/& operator=( /*inner-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_.

[edit] Parameters

other - an iterator

[edit] See also

constructs an iterator
(public member function)