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.

Parameters

none

Return value

A value of member type timed_mutex::native_handle_type.

Data races

Unspecified.

Exception safety

Unspecified.

See also