Namespaces
Variants
Actions

std::unique_lock<Mutex>::operator bool

From cppreference.com
< cpp‎ | thread‎ | unique lock
 
 
Concurrency support library
(C++11)
(C++20)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++17)
(C++11)
(C++11)
(C++17)
(C++11)
(C++14)
(C++11)
(C++11)
(C++11)
(C++11)
(C++20)
(C++20)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++26)
(C++26)
(C++26)
(C++26)
(C++11)
(C++20)
(C++11)
(C++11)(deprecated in C++20)
(C++11)(deprecated in C++20)
(C++11)
(C++11)(deprecated in C++26)
 
 
explicit operator bool() const noexcept;
(since C++11)

Checks whether *this owns a locked mutex or not. Effectively calls owns_lock() .

[edit] Parameters

(none)

[edit] Return value

true if *this has an associated mutex and has acquired ownership of it, false otherwise.

[edit] See also

tests whether the lock owns (i.e., has locked) its associated mutex
(public member function) [edit]
Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/thread/unique_lock/operator_bool&oldid=161304"

AltStyle によって変換されたページ (->オリジナル) /