| 605 | } |
| 606 | |
| 607 | [[nodiscard]] |
| 608 | auto unhandled_stopped() const noexcept -> __std::coroutine_handle<> |
| 609 | { |
| 610 | return __state_->__canceled(); |
| 611 | } |
| 612 | |
| 613 | template <class _Error> |
| 614 | constexpr auto yield_value(with_error<_Error> __error) // |
nothing calls this directly
no test coverage detected