tmp/tmp07kgpbtw/{from.md → to.md}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
#### Increment <a id="re.tokiter.incr">[[re.tokiter.incr]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
regex_token_iterator& operator++();
|
| 5 |
```
|
| 6 |
|
|
@@ -22,11 +22,11 @@ Otherwise, if any of the values stored in `subs` is equal to -1 and
|
|
| 22 |
iterator that points to the range \[`prev->suffix().first`,
|
| 23 |
`prev->suffix().second`).
|
| 24 |
|
| 25 |
Otherwise, sets `*this` to an end-of-sequence iterator.
|
| 26 |
|
| 27 |
-
*Returns:* `*this`
|
| 28 |
|
| 29 |
``` cpp
|
| 30 |
regex_token_iterator& operator++(int);
|
| 31 |
```
|
| 32 |
|
|
|
|
| 1 |
+
##### Increment <a id="re.tokiter.incr">[[re.tokiter.incr]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
regex_token_iterator& operator++();
|
| 5 |
```
|
| 6 |
|
|
|
|
| 22 |
iterator that points to the range \[`prev->suffix().first`,
|
| 23 |
`prev->suffix().second`).
|
| 24 |
|
| 25 |
Otherwise, sets `*this` to an end-of-sequence iterator.
|
| 26 |
|
| 27 |
+
*Returns:* `*this`.
|
| 28 |
|
| 29 |
``` cpp
|
| 30 |
regex_token_iterator& operator++(int);
|
| 31 |
```
|
| 32 |
|