tmp/tmphw3vghft/{from.md → to.md}
RENAMED
|
@@ -7,7 +7,7 @@ void swap(basic_regex& e);
|
|
| 7 |
*Effects:* Swaps the contents of the two regular expressions.
|
| 8 |
|
| 9 |
`*this` contains the regular expression that was in `e`, `e` contains
|
| 10 |
the regular expression that was in `*this`.
|
| 11 |
|
| 12 |
-
*Complexity:*
|
| 13 |
|
|
|
|
| 7 |
*Effects:* Swaps the contents of the two regular expressions.
|
| 8 |
|
| 9 |
`*this` contains the regular expression that was in `e`, `e` contains
|
| 10 |
the regular expression that was in `*this`.
|
| 11 |
|
| 12 |
+
*Complexity:* Constant time.
|
| 13 |
|