table of contents
std::experimental::latch::is_ready(3) | C++ Standard Libary | std::experimental::latch::is_ready(3) |
NAME¶
std::experimental::latch::is_ready - std::experimental::latch::is_ready
Synopsis¶
bool is_ready() const noexcept; (1) (concurrency TS)
Returns true if the internal counter equals zero.
Parameters¶
(none)
Return value¶
true if the internal counter of *this latch equals zero.
2024.06.10 | http://cppreference.com |