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
;
|
(C++20以降) | |
この変換関数は、 std:: coroutine_handle < Promise > の値を、同じ基盤アドレスを保持する std:: coroutine_handle <> に変換します。これは事実上、プロミス型を消去します。
パラメータ
(なし)
戻り値
std:: coroutine_handle <> :: from_address ( address ( ) )
関連項目
|
(C++20)
|
2つの
coroutine_handle
オブジェクトを比較する
(関数) |