From Jason Turner

[coroutine.handle.hash]

Diff to HTML by rtfpessoa

tmp/tmpcl3br0nt/{from.md → to.md} RENAMED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ #### Hash support <a id="coroutine.handle.hash">[[coroutine.handle.hash]]</a>
2
+
3
+ ``` cpp
4
+ template<class P> struct hash<coroutine_handle<P>>;
5
+ ```
6
+
7
+ The specialization is enabled [[unord.hash]].
8
+