std::hash<std::error_condition>
来自 cppreference.com
< cpp | error | error condition
定义在头文件 <system_error> 中 |
||
template<> struct hash<std::error_condition>; |
(since C++17) | |
std::hash 的 std::error_condition 模板特化允许用户获取 std::error_condition 类型对象的哈希值。