| 208 | }; |
| 209 | |
| 210 | inline constexpr auto inplace_stop_source::get_token() const noexcept -> inplace_stop_token |
| 211 | { |
| 212 | return inplace_stop_token{this}; |
| 213 | } |
| 214 | |
| 215 | // [stopcallback.inplace], class template inplace_stop_callback |
| 216 | template <class _Fun> |
no outgoing calls
no test coverage detected