std::unique_lock::~unique_lock
Da cppreference.com.
|
|
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. |
<metanoindex/>
<tbody> </tbody> ~unique_lock(); |
(dal C++11) | |
Distrugge il blocco. Se
*this ha un mutex associato e ha acquisito la proprietà, il mutex viene sbloccato.Original:
Destroys the lock. If
*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.