std::thread::id:: id
From cppreference.com
C++
Concurrency support library
|
|
std::thread::id
Member functions | ||||
id::id
|
||||
Non-member functions | ||||
(until C++20)
(until C++20)
(until C++20)
(until C++20)
(until C++20)
(C++20)
|
||||
Helper classes | ||||
(C++23)
|
id
(
)
noexcept
;
|
(since C++11) | |
Default-constructs a new thread identifier. The identifier does not represent a thread.
Parameters
(none)
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/thread/thread/id/id&oldid=161285
"