std::unique_lock::operator=
Da cppreference.com.
< cpp | thread | unique lock
![]() |
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
unique_lock& operator=( unique_lock&& other ); |
(dal C++11) | |
Spostare operatore di assegnazione. Sostituisce il contenuto con quelli della
other
usando la semantica si muovono. 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.
Se prima della chiamata *this ha un mutex associato ed ha acquisito la proprietà, il mutex viene sbloccato.
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.
[modifica] Parametri
other | - | un'altra
unique_lock di sostituire lo stato conOriginal: 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. |
[modifica] Valore di ritorno
*this