tmp/tmpxpoq_cft/{from.md → to.md}
RENAMED
|
@@ -1,10 +0,0 @@
|
|
| 1 |
-
#### `list` specialized algorithms <a id="list.special">[[list.special]]</a>
|
| 2 |
-
|
| 3 |
-
``` cpp
|
| 4 |
-
template <class T, class Allocator>
|
| 5 |
-
void swap(list<T, Allocator>& x, list<T, Allocator>& y)
|
| 6 |
-
noexcept(noexcept(x.swap(y)));
|
| 7 |
-
```
|
| 8 |
-
|
| 9 |
-
*Effects:* As if by `x.swap(y)`.
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|