std::hash<std::error_condition>
來自 cppreference.com
< cpp | error | error condition
定義於標頭檔案 <system_error> |
||
template<> struct hash<std::error_condition>; |
(C++17 起) | |
std::hash 對 std::error_condition 的模板特化允許使用者獲取 std::error_condition 型別物件的雜湊值。