tmp/tmp_0_n0mml/{from.md → to.md}
RENAMED
|
@@ -2,11 +2,11 @@
|
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
basic_iostream& operator=(basic_iostream&& rhs);
|
| 5 |
```
|
| 6 |
|
| 7 |
-
*Effects:* `swap(rhs)`.
|
| 8 |
|
| 9 |
``` cpp
|
| 10 |
void swap(basic_iostream& rhs);
|
| 11 |
```
|
| 12 |
|
|
|
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
basic_iostream& operator=(basic_iostream&& rhs);
|
| 5 |
```
|
| 6 |
|
| 7 |
+
*Effects:* As if by `swap(rhs)`.
|
| 8 |
|
| 9 |
``` cpp
|
| 10 |
void swap(basic_iostream& rhs);
|
| 11 |
```
|
| 12 |
|