![]() |
![]()
| ![]() |
![]()
NAMEstd::shared_lock::operatorbool - std::shared_lock::operatorbool Synopsisexplicit operator bool() const noexcept; (since C++14)
Parameters(none) Return value true if *this has an associated mutex and has acquired shared
ownership of it, false
See also owns_lock tests whether the lock owns its associated mutex
|