From Jason Turner

[forwardlist.spec]

Diff to HTML by rtfpessoa

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