std::hash(std::coroutine_handle)
来自cppreference.com
                    
                                        
                    < cpp | coroutine | coroutine handle
                    
                                                            
                    |   定义于头文件  <coroutine>
  | 
||
|   template< class Promise > struct hash<std::coroutine_handle<Promise>>;  | 
(C++20 起) | |
std::hash 对 std::coroutine_handle 的模板特化允许用户获得 std::coroutine_handle<P> 对象的散列值。
特化的 operator() 为 noexcept 。
示例
| 本节未完成 原因:暂无示例  | 
参阅
|    (C++11)  | 
  散列函数对象  (类模板)  |