![]() |
![]()
| ![]() |
![]()
NAMEstd::shared_mutex::unlock - std::shared_mutex::unlock Synopsisvoid unlock(); (since C++17)
Parameters(none) Return value(none) ExceptionsThrows nothing. Notes unlock() is usually not called directly: std::unique_lock and
std::lock_guard are
Example This section is incomplete
See also lock locks the mutex, blocks if the mutex is not available
|