deductionguidesforstd::stop_callback -
deductionguidesforstd::stop_callback
Defined in header <stop_token>
template<class Callback> (since C++20)
stop_callback(std::stop_token, Callback) ->
stop_callback<Callback>;
One deduction guide is provided for std::stop_callback to permit deduction
from
argument of invocable types.
This section is incomplete
Reason: no example