<thread>

public member type
<thread>

std::thread::native_handle_type

typedef /* implementation-defined */ native_handle_type;
Native handle type
This member type is only present in class thread if the library implementation supports it.

It is the type returned by thread::native_handle with implementation-specific information about a thread.

See also