It is a values of this type are returned by thread::get_id and this_thread::get_id to identify threads.
DeclarationFollowing is the declaration for std::thread::id.
class thread::id;C++11
class thread::id;Parameters
none
Return Valuenone
Non-member function overloadsbool operator== (thread::id lhs, thread::id rhs) noexcept; bool operator!= (thread::id lhs, thread::id rhs) noexcept; bool operator< (thread::id lhs, thread::id rhs) noexcept; bool operator>= (thread::id lhs, thread::id rhs) noexcept; bool operator> (thread::id lhs, thread::id rhs) noexcept; bool operator>= (thread::id lhs, thread::id rhs) noexcept;
thread.htm
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4