Public Types | Public Member Functions

std::hash< thread::id > Struct Template Reference
[Threads]

std::hash specialization for thread::id. More...

Inheritance diagram for std::hash< thread::id >:
Inheritance graph
[legend]

List of all members.

Public Types

Public Member Functions


Detailed Description

template<>
struct std::hash< thread::id >

std::hash specialization for thread::id.

Definition at line 226 of file thread.


Member Typedef Documentation

typedef thread::id std::unary_function< thread::id , size_t >::argument_type [inherited]

argument_type is the type of the /// argument (no surprises here)

Definition at line 102 of file stl_function.h.

typedef size_t std::unary_function< thread::id , size_t >::result_type [inherited]

result_type is the return type

Definition at line 105 of file stl_function.h.


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