![]() |
![]()
| ![]() |
![]()
NAMEstd::shared_lock::owns_lock - std::shared_lock::owns_lock Synopsisbool owns_lock() 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 operator bool tests whether the lock owns its associated mutex
|