Struct std::coroutine_handle¶
template <typename _PromiseT>
Class List > std > coroutine_handle
#include <frame.h>
Public Functions¶
Type | Name |
---|---|
coroutine_handle & | operator= (nullptr_t) noexcept |
_PromiseT & | promise () const |
Public Static Functions¶
Type | Name |
---|---|
coroutine_handle | from_address (void * _Addr) noexcept |
coroutine_handle | from_promise (_PromiseT & _Prom) |
Public Functions Documentation¶
function operator=¶
inline coroutine_handle & std::coroutine_handle::operator= (
nullptr_t
) noexcept
function promise¶
inline _PromiseT & std::coroutine_handle::promise () const
Public Static Functions Documentation¶
function from_address¶
static inline coroutine_handle std::coroutine_handle::from_address (
void * _Addr
) noexcept
function from_promise¶
static inline coroutine_handle std::coroutine_handle::from_promise (
_PromiseT & _Prom
)
The documentation for this class was generated from the following file interface/coroutine/frame.h