tmp/tmpgi9sre8f/{from.md → to.md}
RENAMED
|
@@ -14,11 +14,11 @@ constexpr reverse_iterator operator-(difference_type n) const;
|
|
| 14 |
|
| 15 |
``` cpp
|
| 16 |
constexpr reverse_iterator& operator++();
|
| 17 |
```
|
| 18 |
|
| 19 |
-
*Effects:* As if by: `current;`
|
| 20 |
|
| 21 |
*Returns:* `*this`.
|
| 22 |
|
| 23 |
``` cpp
|
| 24 |
constexpr reverse_iterator operator++(int);
|
|
|
|
| 14 |
|
| 15 |
``` cpp
|
| 16 |
constexpr reverse_iterator& operator++();
|
| 17 |
```
|
| 18 |
|
| 19 |
+
*Effects:* As if by: `–current;`
|
| 20 |
|
| 21 |
*Returns:* `*this`.
|
| 22 |
|
| 23 |
``` cpp
|
| 24 |
constexpr reverse_iterator operator++(int);
|