From Jason Turner

[thread.jthread.special]

Diff to HTML by rtfpessoa

tmp/tmphrsy3f3s/{from.md → to.md} RENAMED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ #### Specialized algorithms <a id="thread.jthread.special">[[thread.jthread.special]]</a>
2
+
3
+ ``` cpp
4
+ friend void swap(jthread& x, jthread& y) noexcept;
5
+ ```
6
+
7
+ *Effects:* Equivalent to: `x.swap(y)`.
8
+