C++ 线程库 - 函数 native_handle



描述

获取原生句柄。

声明

以下是 std::thread::native_handle 函数的声明。

native_handle_type native_handle();

C++11

native_handle_type native_handle();

参数

返回值

它返回成员类型 thread::native_handle_type 的值。

异常

未指定。

数据竞争

未指定。

thread.htm
广告

© . All rights reserved.