constexpr operator coroutine_handle<>() const noexcept; | (since C++20) |
This conversion function converts a std::coroutine_handle<Promise> value to a std::coroutine_handle<> holding the same underlying address. It effectively erases the promise type.
(none).
std::coroutine_handle<>::from_address(address()).
|
(C++20) | compares two coroutine_handle objects (function) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/coroutine/coroutine_handle/operator_coroutine_handle_void