tmp/tmp0pxt1tpl/{from.md → to.md}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
##### `move_iterator::operator+` <a id="move.iter.op.+">[[move.iter.op.+]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
-
move_iterator operator+(difference_type n) const;
|
| 5 |
```
|
| 6 |
|
| 7 |
*Returns:* `move_iterator(current + n)`.
|
| 8 |
|
|
|
|
| 1 |
##### `move_iterator::operator+` <a id="move.iter.op.+">[[move.iter.op.+]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
+
constexpr move_iterator operator+(difference_type n) const;
|
| 5 |
```
|
| 6 |
|
| 7 |
*Returns:* `move_iterator(current + n)`.
|
| 8 |
|