std::coroutine_handle::operator coroutine_handle<> - cppreference.com (original) (raw)
| Member functions |
|---|
| coroutine_handle::coroutine_handle |
| coroutine_handle::operator= |
| coroutine_handle::from_promise |
| Conversion |
| coroutine_handle::operator coroutine_handle<> |
| Observers |
| coroutine_handle::done |
| coroutine_handle::operator bool |
| Control |
| coroutine_handle::operator()coroutine_handle::resume |
| coroutine_handle::destroy |
| Promise access |
| coroutine_handle::promise |
| Export/import |
| coroutine_handle::address |
| coroutine_handle::from_address |
| Non-member functions |
| operator==operator<=> |
| Helper classes |
| hashstd::coroutine\_handle |