std::timed_mutex::native_handle

Returns the underlying implementation-defined native handle object.

# Declarations

native_handle_type native_handle();

(since C++11) (not always present)

# Return value

Implementation-defined native handle object.

# Example

This section is incompleteReason: no example