![]() |
![]()
| ![]() |
![]()
NAMEstd::stop_source::stop_possible - std::stop_source::stop_possible Synopsis[[nodiscard]] bool stop_possible() const noexcept; (since C++20)
Parameters(none) Return valuetrue 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,
Example This section is incomplete
|