tmp/tmpqgbkcpcc/{from.md → to.md}
RENAMED
|
@@ -19,7 +19,7 @@ void swap(basic_filebuf& rhs);
|
|
| 19 |
``` cpp
|
| 20 |
template<class charT, class traits>
|
| 21 |
void swap(basic_filebuf<charT, traits>& x, basic_filebuf<charT, traits>& y);
|
| 22 |
```
|
| 23 |
|
| 24 |
-
*Effects:* Equivalent to
|
| 25 |
|
|
|
|
| 19 |
``` cpp
|
| 20 |
template<class charT, class traits>
|
| 21 |
void swap(basic_filebuf<charT, traits>& x, basic_filebuf<charT, traits>& y);
|
| 22 |
```
|
| 23 |
|
| 24 |
+
*Effects:* Equivalent to `x.swap(y)`.
|
| 25 |
|