| 145 | {} |
| 146 | |
| 147 | [[nodiscard]] |
| 148 | static constexpr auto from_promise(_Promise& __promise) noexcept -> __coroutine_handle |
| 149 | { |
| 150 | return __coroutine_handle(__std::coroutine_handle<_Promise>::from_promise(__promise)); |
| 151 | } |
| 152 | |
| 153 | [[nodiscard]] |
| 154 | constexpr auto promise() const noexcept -> _Promise& |
nothing calls this directly
no test coverage detected