From Jason Turner

[multiset.special]

Diff to HTML by rtfpessoa

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