std::unique_lock::mutex — cppreference.com
De cppreference.com
<metanoindex/>
<tbody> </tbody>
|
|
(depuis C++11) | |
Renvoie un pointeur sur le mutex associé, ou un pointeur NULL si il n'ya pas de mutex associé .
Original:
Returns a pointer to the associated mutex, or a null pointer if there is no associated mutex.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Paramètres
(Aucun)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Retourne la valeur
Pointeur vers le mutex associé ou un pointeur NULL s'il n'y a pas mutex associé .
Original:
Pointer to the associated mutex or a null pointer if there is no associated mutex.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.