Namespaces
Variants
Actions

std::shared_lock<Mutex>::operator bool

From cppreference.com
< cpp‎ | thread‎ | shared 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++14)

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 shared ownership of it, false otherwise.

[edit] See also

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

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