std::thread::id::id
From cppreference.com
C++
Concurrency support library
|
|
std::thread::id
| Member functions |
| 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)