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

Public Types

typedef thread::id 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< thread::id >::operator() ( const argument_type _Keyval) const
inline
260  { // hash _Keyval to size_t value by pseudorandomizing transform
261  return (_Keyval._Hash_id());
262  }

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