tmp/tmpxc9imdy9/{from.md → to.md}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
####
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
bool operator==(const regex_token_iterator& right) const;
|
| 5 |
```
|
| 6 |
|
|
@@ -9,11 +9,5 @@ iterators, or if `*this` and `right` are both suffix iterators and
|
|
| 9 |
`suffix == right.suffix`; otherwise returns `false` if `*this` or
|
| 10 |
`right` is an end-of-sequence iterator or a suffix iterator. Otherwise
|
| 11 |
returns `true` if `position == right.position`, `N == right.N`, and
|
| 12 |
`subs == right.subs`. Otherwise returns `false`.
|
| 13 |
|
| 14 |
-
``` cpp
|
| 15 |
-
bool operator!=(const regex_token_iterator& right) const;
|
| 16 |
-
```
|
| 17 |
-
|
| 18 |
-
*Returns:* `!(*this == right)`.
|
| 19 |
-
|
|
|
|
| 1 |
+
#### Comparisons <a id="re.tokiter.comp">[[re.tokiter.comp]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
bool operator==(const regex_token_iterator& right) const;
|
| 5 |
```
|
| 6 |
|
|
|
|
| 9 |
`suffix == right.suffix`; otherwise returns `false` if `*this` or
|
| 10 |
`right` is an end-of-sequence iterator or a suffix iterator. Otherwise
|
| 11 |
returns `true` if `position == right.position`, `N == right.N`, and
|
| 12 |
`subs == right.subs`. Otherwise returns `false`.
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|