![]() |
![]()
| ![]() |
![]()
NAMEstd::latch::try_wait - std::latch::try_wait Synopsisbool try_wait() const noexcept; (since C++20)
Parameters(none) Return value With very low probability false, otherwise cnt == 0, where cnt is
the value of the
Notes The reason why a spurious result is permitted is to allow
implementations to use a
|