Class frame_t

Class List > frame_t

A type to acquire coroutine_handle<void> from anonymous coroutine's return. Requires manualdestroy of the coroutine handle.More...

  • #include <return.h>

Inherits the following classes: coroutine_handle< void >

Classes

Type Name
class promise_type
Acquire coroutine_handle<void> from current object and expose it throughget_return_object __

Public Functions

Type Name
frame_t (coroutine_handle< void > frame=nullptr) noexcept

Detailed Description

See also: coroutine_handle<void>

See also: promise_na

Public Functions Documentation

function frame_t

inline explicit frame_t::frame_t (
    coroutine_handle< void > frame=nullptr
) noexcept

The documentation for this class was generated from the following file interface/coroutine/return.h