std::recursive_timed_mutex::native_handle

From cppreference.com
native_handle_type native_handle();
(since C++11)

Returns the underlying implementation-defined native handle object.

Contents

[edit] Parameters

(none)

[edit] Return value

implementation-defined native handle object.

[edit] Exceptions

[edit] Example