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