public member function
<mutex>

std::recursive_timed_mutex::native_handle

native_handle_type native_handle();
Get native handle
This member function is only present in class recursive_timed_mutex if the library implementation supports it.

If present, it returns a value used to access implementation-specific information associated to the object.

引數



返回值

A value of member type recursive_timed_mutex::native_handle_type.

資料競爭

未指定。

異常安全

未指定。

另見