![]() |
![]()
| ![]() |
![]()
NAMEstd::shared_timed_mutex::unlock_shared - std::shared_timed_mutex::unlock_shared Synopsisvoid unlock_shared(); (since C++14)
Parameters(none) Return value(none) ExceptionsThrows nothing. Notes unlock_shared() is usually not called directly: std::shared_lock
is used to manage
Example This section is incomplete
See also locks the mutex for shared ownership, blocks if the mutex is not
|