std::hash<std::coroutine_handle>
来自 cppreference.com
< cpp | coroutine | coroutine handle
定义在头文件中 <coroutine> |
||
template< class Promise > struct hash<std::coroutine_handle<Promise>>; |
(自 C++20 起) | |
对于 std::coroutine_handle 的 std::hash 模板特化允许用户获取类型为 std::coroutine_handle<P> 的对象的哈希值。
特化的 operator()
为 noexcept。
[编辑] 示例
本节不完整 原因:没有示例 |
[编辑] 另请参阅
(C++11) |
哈希函数对象 (类模板) |