std::thread::id
cppreference.com
[] |
Google. . , . , . |
<metanoindex/>
<tbody> </tbody> class thread::id; |
( C++11) | |
thread::id , , std::thread . :
The class
thread::id is a lightweight, trivially copyable class that serves as a unique identifier of std::thread objects. , . ,
std::thread::id .:
Instances of this class may also hold the special distinct value that does not represent any thread. Once a thread has finished, the value of
std::thread::id may be reused by another thread. , .
:
This class is designed for use as key in associative containers, both ordered and unordered.
-
, (public -) |
,
thread::id() | |
thread::id ( ) |
STD :: ( ) |
.
| (public - std::{{{1}}})
|