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