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
Inheritance diagram for hash< error_code >:
unary_function< error_code, size_t >

Public Types

typedef error_code _Kty
 
- Public Types inherited from unary_function< error_code, size_t >
typedef error_code argument_type
 
typedef size_t result_type
 

Public Member Functions

size_t operator() (const _Kty &_Keyval) const
 

Member Typedef Documentation

Member Function Documentation

size_t hash< error_code >::operator() ( const _Kty _Keyval) const
inline
463  { // hash _Keyval to size_t value by pseudorandomizing transform
464  return (hash<int>()(_Keyval.value()));
465  }
Definition: xstddef:389

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