mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
m::wasm::FunctionProxy< typename > Struct Template Reference

A handle to create a Function and to create invocations of that function. More...

Detailed Description

template<typename>
struct m::wasm::FunctionProxy< typename >

A handle to create a Function and to create invocations of that function.

Provides operator()() to emit a function call by issuing a C-style call. The class is template typed with the function signature, allowing us to perform static type checking of arguments and the returned value at call sites.

Definition at line 1367 of file WasmDSL.hpp.


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