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