tmp/tmpcthp6457/{from.md → to.md}
RENAMED
|
@@ -20,7 +20,7 @@ void swap(basic_stringbuf& rhs);
|
|
| 20 |
template <class charT, class traits, class Allocator>
|
| 21 |
void swap(basic_stringbuf<charT, traits, Allocator>& x,
|
| 22 |
basic_stringbuf<charT, traits, Allocator>& y);
|
| 23 |
```
|
| 24 |
|
| 25 |
-
*Effects:* `x.swap(y)`.
|
| 26 |
|
|
|
|
| 20 |
template <class charT, class traits, class Allocator>
|
| 21 |
void swap(basic_stringbuf<charT, traits, Allocator>& x,
|
| 22 |
basic_stringbuf<charT, traits, Allocator>& y);
|
| 23 |
```
|
| 24 |
|
| 25 |
+
*Effects:* As if by `x.swap(y)`.
|
| 26 |
|