C++ Thread Library - Function native_handle



Description

It gets native handle.

Declaration

Following is the declaration for std::thread::native_handle function.

native_handle_type native_handle();

C++11

native_handle_type native_handle();

Parameters

none

Return Value

It returns a value of member type thread::native_handle_type.

Exceptions

Unspecified.

Data races

Unspecified.

thread.htm
Advertisements