std::unique_lock::swap
Aus cppreference.com
<metanoindex/>
<tbody> </tbody> template< class Mutex > void swap( unique_lock<Mutex>& other ); |
(seit C++11) | |
Tauscht die internen Zustände der Sperrobjekte .
Original:
Exchanges the internal states of the lock objects.
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.
Parameter
| other | - | das Schloss dem Staat zu tauschen
Original: the lock to swap the state with The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Rückgabewert
(None)
Original:
(none)
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.
Ausnahmen
Beispiel
| This section is incomplete Reason: no example |
