std::coroutine_handle<Promise>::operator coroutine_handle<>
From cppreference.com
< cpp | coroutine | coroutine handle
C++
Utilities library
|
|
Coroutine support
Coroutine traits | ||||
(C++20)
|
||||
Coroutine handle | ||||
(C++20)
|
||||
No-op coroutines | ||||
(C++20)
|
||||
(C++20)
|
||||
Trivial awaitables | ||||
(C++20)
|
||||
(C++20)
|
||||
Range generators | ||||
(C++23)
|
std::coroutine_handle
Member functions | ||||
Conversion | ||||
coroutine_handle::operator coroutine_handle<> | ||||
Observers | ||||
Control | ||||
Promise access | ||||
Export/import | ||||
Non-member functions | ||||
Helper classes | ||||
constexpr operator coroutine_handle<>
(
)
const
noexcept
;
|
(since C++20) | |
This conversion function converts a std::coroutine_handle<Promise> value to a std::coroutine_handle<>
Parameters
(none)
Return value
std::coroutine_handle <> :: from_address (address( ) )
See also
(C++20)
|
compares two coroutine_handle objects (function) |