FreeBSD Manual Pages
std::experi...re::is_ready(3) C++ Standard Libarystd::experi...re::is_ready(3) NAME std::experimental::future::is_ready - std::experimental::fu- ture::is_ready Synopsis bool is_ready() const; Checks if the associated shared state is ready. The behavior is undefined if valid() is false. Parameters (none) Return value true if the associated shared state is ready, otherwise false. Example This section is incomplete Reason: no example See also valid checks if the future has a shared state (public member function of std::future<T>) http://cppreference.com 2022.07.31 std::experi...re::is_ready(3)
NAME | Synopsis | Parameters | Return value | Example | See also
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::experimental::future::is_ready&sektion=3&manpath=FreeBSD+Ports+15.0>
