Documentation Home >> Headers >> <jss/experimental_latch.hpp> Header >> std::experimental::latch >> std::experimental::latch::is_ready member function

Detect whether or not the internal count of a std::experimental::latch is zero.

Returns:

true if the internal count of *this is zero, false otherwise.

Header

#include <experimental/latch>

See Also