C++ Thread 库 - Function native_handle
描述
它得到原生句柄。
声明
以下是 std::thread::native_handle 函数的声明。
native_handle_type native_handle();
C++11
native_handle_type native_handle();
参数
none
返回值
它返回成员类型 thread::native_handle_type 的值。
异常
未指定。
数据竞争
未指定。