GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
std::coroutine_handle::address(3) C++ Standard Libary std::coroutine_handle::address(3)

std::coroutine_handle::address - std::coroutine_handle::address


constexpr void* address() const noexcept; (since C++20)


Returns the underlying address of the coroutine_handle. The return value is non-null
if and only if the current value of the coroutine_handle is obtained from a promise
object of a coroutine.


(none)


The underlying address.


The return value is non-null for specialization std::noop_coroutine_handle, because
a std::noop_coroutine_handle cannot be created without referring to a no-op
coroutine.


from_address imports a coroutine from a pointer
[static] (C++20) (public static member function)

2022.07.31 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.