std::hash<std::error_condition>
Min standard notice:
Header: <system_error>
The template specialization of std::hash for std::error_condition allows users to obtain hashes of objects of type std::error_condition.
# Declarations
template<> struct hash<std::error_condition>;
(since C++17)