tmp/tmp9azc7i04/{from.md → to.md}
RENAMED
|
@@ -6,12 +6,12 @@ template<class BidirectionalIterator, class Allocator, class charT, class traits
|
|
| 6 |
match_results<BidirectionalIterator, Allocator>& m,
|
| 7 |
const basic_regex<charT, traits>& e,
|
| 8 |
regex_constants::match_flag_type flags = regex_constants::match_default);
|
| 9 |
```
|
| 10 |
|
| 11 |
-
*Preconditions:* `BidirectionalIterator`
|
| 12 |
-
|
| 13 |
|
| 14 |
*Effects:* Determines whether there is some sub-sequence within
|
| 15 |
\[`first`, `last`) that matches the regular expression `e`. The
|
| 16 |
parameter `flags` is used to control how the expression is matched
|
| 17 |
against the character sequence. Returns `true` if such a sequence
|
|
|
|
| 6 |
match_results<BidirectionalIterator, Allocator>& m,
|
| 7 |
const basic_regex<charT, traits>& e,
|
| 8 |
regex_constants::match_flag_type flags = regex_constants::match_default);
|
| 9 |
```
|
| 10 |
|
| 11 |
+
*Preconditions:* `BidirectionalIterator` models `bidirectional_iterator`
|
| 12 |
+
[[iterator.concept.bidir]].
|
| 13 |
|
| 14 |
*Effects:* Determines whether there is some sub-sequence within
|
| 15 |
\[`first`, `last`) that matches the regular expression `e`. The
|
| 16 |
parameter `flags` is used to control how the expression is matched
|
| 17 |
against the character sequence. Returns `true` if such a sequence
|