◐ Shell
clean mode source ↗

std::mutex::native_handle – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

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.

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.

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.

Ausnahmen

Beispiel