#include <execution_context.hpp>
|
template<typename... A> |
void | operator() (A &&...) const |
|
template<typename... A> |
void | operator() (A &&...) const |
|
Definition at line 37 of file execution_context.hpp.
◆ operator()() [1/2]
template<typename... A>
void sysio::vm::null_host_functions::operator() |
( |
A && | ... | ) |
const |
|
inline |
Definition at line 39 of file execution_context.hpp.
39 {
41 "Should never get here because it's impossible to link a module "
42 "that imports any host functions, when no host functions are available");
43 }
#define SYS_VM_ASSERT(expr, exc_type, msg)
◆ operator()() [2/2]
template<typename... A>
void sysio::vm::null_host_functions::operator() |
( |
A && | ... | ) |
const |
|
inline |
Definition at line 39 of file execution_context.hpp.
39 {
41 "Should never get here because it's impossible to link a module "
42 "that imports any host functions, when no host functions are available");
43 }
The documentation for this struct was generated from the following files: