![]() |
![]()
| ![]() |
![]()
NAMEstd::coroutine_handle::address - std::coroutine_handle::address Synopsisconstexpr void* address() const noexcept; (since C++20)
Parameters(none) Return valueThe underlying address. Notes The return value is non-null for specialization
std::noop_coroutine_handle, because
See also from_address imports a coroutine from a pointer
|