Namespaces
Variants
Views
Actions

std::mutex::native_handle

From cppreference.com
< cpp | thread | mutex
Revision as of 20:36, 2 November 2012 by P12bot (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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