Udostępnij za pośrednictwem


thread::get_id — Metoda

Zwraca identyfikator unikatowy dla skojarzonego wątku.

id get_id() const _NOEXCEPT;

Wartość zwracana

A thread::id obiektu, który unikatowo identyfikuje skojarzone wątku, lub thread::id() Jeśli wątek nie jest skojarzony z obiektem.

Wymagania

Wątek Nagłówek:

Przestrzeń nazw: std

Zobacz też

Informacje

thread — Klasa

<thread>