std::lock_guard::~lock_guard
Aus cppreference.com
< cpp | thread | lock guard
![]() |
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. |
~lock_guard(); |
(seit C++11) | |
Gibt das Eigentum an der eigenen Mutex. Effektiv nennt m.unlock() wo
m
der Mutex übergeben, um den lock_guard
Konstruktor ist .Original:
Releases the ownership of the owned mutex. Effectively calls m.unlock() where
m
is the mutex passed to the lock_guard
's constructor.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.