Scroll to navigation

std::ranges::chunk_view::inner-iterator::operator=(3) C++ Standard Libary std::ranges::chunk_view::inner-iterator::operator=(3)

NAME

std::ranges::chunk_view::inner-iterator::operator= - std::ranges::chunk_view::inner-iterator::operator=

Synopsis


/*inner-iterator*/& operator=( /*inner-iterator*/&& other ) = (since C++23)
default;


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


constructor constructs an iterator
(C++23) (public member function)

2024.06.10 http://cppreference.com