table of contents
std::thread::id::id(3) | C++ Standard Libary | std::thread::id::id(3) |
NAME¶
std::thread::id::id - std::thread::id::id
Synopsis¶
id() noexcept; (since C++11)
Default-constructs a new thread identifier. The identifier does not represent
a
thread.
Parameters¶
(none)
2024.06.10 | http://cppreference.com |