Namespaces
Variants

std:: hash <std::error_code>

From cppreference.net
Utilities library
헤더 파일에 정의됨 <system_error>
template <> struct hash < std:: error_code > ;
(C++11부터)

std::hash std::error_code 에 대한 템플릿 특수화는 사용자가 std::error_code 타입 객체의 해시 값을 얻을 수 있도록 합니다.