Wasmtime: C++
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Types | Static Public Member Functions | List of all members
wasmtime::detail::WasmHostRet< R > Struct Template Reference

#include <wasmtime.hh>

Public Types

using Results = WasmTypeList< R >
 

Static Public Member Functions

template<typename F , typename... A>
static std::optional< Trapinvoke (F f, Caller cx, wasmtime_val_raw_t *raw, A... args)
 

Detailed Description

template<typename R>
struct wasmtime::detail::WasmHostRet< R >

A "trait" for what can be returned from closures specified to Func::wrap.

The base case here is a bare return value like int32_t.


The documentation for this struct was generated from the following file: