tmp/tmphn8bcjao/{from.md → to.md}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
##### `move_iterator::operator=` <a id="move.iter.op=">[[move.iter.op=]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
-
template <class U> move_iterator& operator=(const move_iterator<U>& u);
|
| 5 |
```
|
| 6 |
|
| 7 |
*Effects:* Assigns `u.base()` to `current`.
|
| 8 |
|
| 9 |
*Requires:* `U` shall be convertible to `Iterator`.
|
|
|
|
| 1 |
##### `move_iterator::operator=` <a id="move.iter.op=">[[move.iter.op=]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
+
template <class U> constexpr move_iterator& operator=(const move_iterator<U>& u);
|
| 5 |
```
|
| 6 |
|
| 7 |
*Effects:* Assigns `u.base()` to `current`.
|
| 8 |
|
| 9 |
*Requires:* `U` shall be convertible to `Iterator`.
|