C++ Thread 库 - Native handle type
描述
它是一个成员类型,如果库实现支持它,它会出现在类线程中。
声明
以下是 std::thread::native_handle_type 的声明。
typedef /* implementation-defined */ native_handle_type;
C++11
typedef /* implementation-defined */ native_handle_type;
参数
none
返回值
none