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