std::unique_lock::operator=
De cppreference.com
|
|
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. |
<metanoindex/>
<tbody> </tbody> unique_lock& operator=( unique_lock&& other ); |
(depuis C++11) | |
Déplacez opérateur d'affectation. Remplace le contenu avec ceux de
other en utilisant la sémantique de déplacement . Original:
Move assignment operator. Replaces the contents with those of
other using move semantics. 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.
Si, avant la
*this appel a un mutex associé et a acquis droit de propriété, le mutex est déverrouillé . Original:
If prior to the call
*this has an associated mutex and has acquired ownership of it, the mutex is unlocked. 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.
Paramètres
| other | - | autre
unique_lock pour remplacer l'état d'Original: another unique_lock to replace the state withThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Retourne la valeur
*this