public member function
<mutex>

std::timed_mutex::native_handle

native_handle_type native_handle();
Get native handle
This member function is only present in class 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 timed_mutex::native_handle_type.

数据竞争

未指定。

异常安全

未指定。

另见