std::experimental::latch::is_ready
Min standard notice:
Returns true if the internal counter equals zero.
# Declarations
bool is_ready() const noexcept;
(concurrency TS)
# Return value
true if the internal counter of *this latch equals zero.
Returns true if the internal counter equals zero.
bool is_ready() const noexcept;
(concurrency TS)
true if the internal counter of *this latch equals zero.