std::mutex::native_handle
Min standard notice:
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