std::move_iterator<Iter>::operator= - cppreference.com
From cppreference.com
|
(constexpr since C++17) | |
Assigns other.current to current .
|
If |
(until C++20) |
|
This overload participates in overload resolution only if |
(since C++20) |
Parameters
| other | - | iterator adaptor to assign |
Return value
*this
Example
Defect reports
The following behavior-changing defect reports were applied retroactively to previously published C++ standards.
| DR | Applied to | Behavior as published | Correct behavior |
|---|---|---|---|
| LWG 3435 | C++20 | the converting assignment operator was not constrained | constrained |