thread::native_handle Method

Restituisce il tipo implementazione specifico che rappresenta l'handle del thread.Gli handle del thread possono essere utilizzate nelle modalità di implementazione specifiche.

native_handle_type native_handle();

Valore restituito

native_handle_type viene definito come Win32 HANDLE sottoposto a cast come void *.

Requisiti

Thread diIntestazione:

Spazio dei nomi: deviazione standard

Vedere anche

Riferimenti

thread Class

<thread>