std::recursive_mutex::native_handle
提供: cppreference.com
native_handle_type native_handle(); |
(C++11以上) (オプション) |
|
処理系定義のベースとなるネイティブハンドルオブジェクトを返します。
引数
(なし)
戻り値
処理系定義のネイティブハンドルオブジェクト。
例外
処理系定義。
例
| This section is incomplete Reason: no example |