std::unique_lock::operator bool
cppreference.com
[] |
Google. . , . , . |
<metanoindex/>
<tbody> </tbody> explicit operator bool() const; |
( C++11) | |
()
true *this , false .:
true if *this has an associated mutex and has acquired ownership of it, false otherwise. noexcept:
noexcept.
(public -) |