std::coroutine_handle<Promise>:: operator coroutine_handle<>
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 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)
|
| 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
;
|
(seit C++20) | |
Diese Konvertierungsfunktion wandelt einen std:: coroutine_handle < Promise > Wert in eine std:: coroutine_handle <> um, die dieselbe zugrundeliegende Adresse enthält. Sie löscht effektiv den Promise-Typ.
Parameter
(keine)
Rückgabewert
std:: coroutine_handle <> :: from_address ( Adresse ( ) )
Siehe auch
|
(C++20)
|
vergleicht zwei
coroutine_handle
-Objekte
(Funktion) |