|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Member functions | ||||
| Shared locking | ||||
shared_lock::unlock | ||||
| Modifiers | ||||
| Observers | ||||
| Non-member functions | ||||
void unlock(); | (since C++14) | |
Unlocks the associated mutex from shared mode. Effectively callsmutex()->unlock_shared().
std::system_error is thrown if there is no associated mutex or if the mutex is not locked.
Contents |
(none)
(none)
| This section is incomplete Reason: no example |
| locks the associated mutex (public member function)[edit] | |
| disassociates the mutex without unlocking (public member function)[edit] |