STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | Public Member Functions | List of all members
hash< error_code > Struct Template Reference

Public Types

typedef error_code argument_type
 
typedef size_t result_type
 

Public Member Functions

size_t operator() (const argument_type &_Keyval) const
 

Member Typedef Documentation

Member Function Documentation

size_t hash< error_code >::operator() ( const argument_type _Keyval) const
inline
499  { // hash _Keyval to size_t value by pseudorandomizing transform
500  return (hash<int>()(_Keyval.value()));
501  }
Definition: xstddef:431

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