C++ Thread Library - Native handle type



Description

It is a member type and it presents in class thread if the library implementation supports it.

Declaration

Following is the declaration for std::thread::native_handle_type.

typedef /* implementation-defined */ native_handle_type;

C++11

typedef /* implementation-defined */ native_handle_type;

Parameters

none

Return Value

none

thread.htm
Advertisements