<thread>

public member function
<thread>

std::thread::native_handle

native_handle_type native_handle();
Get native handle
This member function is only present in class thread if the library implementation supports it.

If present, it returns a value used to access implementation-specific information associated to the thread.

Parameters

none

Return value

A value of member type thread::native_handle_type.

Data races

Unspecified.

Exception safety

Unspecified.

See also