template<class S2>
requires std::assignable_from<S&, const S2&>
constexpr move_sentinel& operator=(const std::move_sentinel<S2>& other);
| (since C++20) |
The underlying sentinel is assigned the value of the underlying sentinel of other, i.e. other.base().
| other | - | sentinel adaptor to assign |
*this.
|
(C++11) | assigns another iterator adaptor (public member function of std::move_iterator<Iter>) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/iterator/move_sentinel/operator%3D