来自cppreference.com
| 在标头 <system_error> 定义
|
||
template<> struct hash<std::error_condition>;
|
(C++17 起) | |
std::hash 对 std::error_condition 的模板特化允许用户获得 std::error_condition 类型对象的散列。
| 在标头 <system_error> 定义
|
||
template<> struct hash<std::error_condition>;
|
(C++17 起) | |
std::hash 对 std::error_condition 的模板特化允许用户获得 std::error_condition 类型对象的散列。