deduction guides for std::stop_callback
Min standard notice:
Header: <stop_token>
One deduction guide is provided for std::stop_callback to permit deduction from argument of invocable types.
# Declarations
template< class Callback >
stop_callback( std::stop_token, Callback ) -> stop_callback<Callback>;
(since C++20)
# Example
This section is incompleteReason: no example