std::recursive_timed_mutex::native_handle

From Cppreference

Jump to: navigation, search
native_handle_type native_handle();
(C++11 feature)

Returns the underlying implementation-defined native handle object.

Contents

[edit] Parameters

(none)

[edit] Return value

implementation-defined native handle object.

[edit] Exceptions

[edit] Example