From Jason Turner

[set.special]

Diff to HTML by rtfpessoa

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