From Jason Turner

[map.special]

Diff to HTML by rtfpessoa

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