![]() |
mutable
A Database System for Research and Fast Prototyping
|
A handle to create a Function
and to create invocations of that function.
More...
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.