STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | Public Member Functions | List of all members
hash< thread::id > Struct Template Reference
Inheritance diagram for hash< thread::id >:
unary_function< thread::id, size_t >

Public Types

typedef thread::id _Kty
 
- Public Types inherited from unary_function< thread::id, size_t >
typedef thread::id 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< thread::id >::operator() ( const _Kty _Keyval) const
inline
279  { // hash _Keyval to size_t value by pseudorandomizing transform
280  return (_Keyval.hash());
281  }

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