tmp/tmps0znir3o/{from.md → to.md}
RENAMED
|
@@ -13,7 +13,7 @@ explicit basic_iostream(basic_streambuf<charT, traits>* sb);
|
|
| 13 |
``` cpp
|
| 14 |
basic_iostream(basic_iostream&& rhs);
|
| 15 |
```
|
| 16 |
|
| 17 |
*Effects:* Move constructs from the rvalue `rhs` by constructing the
|
| 18 |
-
`basic_istream` base class with `move(rhs)`.
|
| 19 |
|
|
|
|
| 13 |
``` cpp
|
| 14 |
basic_iostream(basic_iostream&& rhs);
|
| 15 |
```
|
| 16 |
|
| 17 |
*Effects:* Move constructs from the rvalue `rhs` by constructing the
|
| 18 |
+
`basic_istream` base class with `std::move(rhs)`.
|
| 19 |
|