FreeBSD Manual Pages
std::stop_s...top_possible(3) C++ Standard Libarystd::stop_s...top_possible(3) NAME std::stop_source::stop_possible - std::stop_source::stop_possible Synopsis [[nodiscard]] bool stop_possible() const noexcept; (since C++20) Checks if the stop_source object has a stop-state. Parameters (none) Return value true if the stop_source object has a stop-state, otherwise false. Notes If the stop_source object has a stop-state and a stop request has already been made, this function still returns true. Example This section is incomplete Reason: no example http://cppreference.com 2022.07.31 std::stop_s...top_possible(3)
NAME | Synopsis | Parameters | Return value | Notes | Example
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::stop_source::stop_possible&sektion=3&manpath=FreeBSD+Ports+15.0>
