libstdc++
std::hash< error_code > Struct Reference

Inherits std::__hash_base< _Result, _Arg >.

Public Types

typedef _Result result_type _GLIBCXX17_DEPRECATED
 
typedef _Arg argument_type _GLIBCXX17_DEPRECATED
 

Public Member Functions

size_t operator() (const error_code &__e) const noexcept
 

Detailed Description

std::hash specialization for error_code.

Definition at line 386 of file system_error.

Member Function Documentation

◆ operator()()

size_t std::hash< error_code >::operator() ( const error_code __e) const
inlinenoexcept

Definition at line 390 of file system_error.


The documentation for this struct was generated from the following file: