std::recursive_mutex::native_handle
Aus cppreference.com
< cpp | thread | recursive mutex
![]() | This page has been machine-translated from the English version of the wiki using Google Translate. The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
native_handle_type native_handle(); | (seit C++11) | |
Gibt das zugrunde liegende Implementierung definiert systemeigene Handle Objekt .
Original:
Returns the underlying implementation-defined native handle object.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Inhaltsverzeichnis |
[Bearbeiten]Parameter
(None)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[Bearbeiten]Rückgabewert
Implementierung definiert systemeigene Handle Objekt .
Original:
implementation-defined native handle object.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[Bearbeiten]Ausnahmen
This section is incomplete |
[Bearbeiten]Beispiel
This section is incomplete Reason: no example |