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< void > Struct Reference

Host functions can return nothing. More...

#include <wasmtime.hh>

Inheritance diagram for wasmtime::detail::WasmHostRet< void >:
wasmtime::detail::WasmHostRet< std::monostate >

Public Types

using Results = WasmTypeList< std::tuple<> >
 

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

Host functions can return nothing.


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