Difference between revisions of "cpp/error/error condition/hash"
From cppreference.com
< cpp | error | error condition
m (std::) |
m |
||
Line 7: | Line 7: | ||
The template specialization of {{lc|std::hash}} for {{lc|std::error_condition}} allows users to obtain hashes of objects of type {{lc|std::error_condition}}. | The template specialization of {{lc|std::hash}} for {{lc|std::error_condition}} allows users to obtain hashes of objects of type {{lc|std::error_condition}}. | ||
− | {{langlinks|es|ja|zh}} | + | {{langlinks|es|ja|zh}} |
Latest revision as of 22:46, 21 March 2023
Defined in header <system_error>
|
||
template<> struct hash<std::error_condition>; |
(since C++17) | |
The template specialization of std::hash for std::error_condition allows users to obtain hashes of objects of type std::error_condition.