| 236 | |
| 237 | private: |
| 238 | static constexpr void |
| 239 | __execute_impl_(STDEXEC::__stok::__inplace_stop_callback_base* cb) noexcept |
| 240 | { |
| 241 | std::move(static_cast<inplace_stop_callback*>(cb)->__fun_)(); |
| 242 | } |
| 243 | |
| 244 | STDEXEC_ATTRIBUTE(no_unique_address) _Fun __fun_; |
| 245 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected