tmp/tmp0jzzvk8s/{from.md → to.md}
RENAMED
|
@@ -8,11 +8,11 @@ void swap(match_results& that);
|
|
| 8 |
|
| 9 |
`*this` contains the sequence of matched sub-expressions that were in
|
| 10 |
`that`, `that` contains the sequence of matched sub-expressions that
|
| 11 |
were in `*this`.
|
| 12 |
|
| 13 |
-
*Complexity:*
|
| 14 |
|
| 15 |
``` cpp
|
| 16 |
template <class BidirectionalIterator, class Allocator>
|
| 17 |
void swap(match_results<BidirectionalIterator, Allocator>& m1,
|
| 18 |
match_results<BidirectionalIterator, Allocator>& m2);
|
|
|
|
| 8 |
|
| 9 |
`*this` contains the sequence of matched sub-expressions that were in
|
| 10 |
`that`, `that` contains the sequence of matched sub-expressions that
|
| 11 |
were in `*this`.
|
| 12 |
|
| 13 |
+
*Complexity:* Constant time.
|
| 14 |
|
| 15 |
``` cpp
|
| 16 |
template <class BidirectionalIterator, class Allocator>
|
| 17 |
void swap(match_results<BidirectionalIterator, Allocator>& m1,
|
| 18 |
match_results<BidirectionalIterator, Allocator>& m2);
|