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.