MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / Wrap

Class Wrap

include/runtime/hostfunc.h:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112
113private:
114 template <typename U> struct Wrap {
115 using Type = std::tuple<U>;
116 };
117 template <typename... U> struct Wrap<std::tuple<U...>> {
118 using Type = std::tuple<U...>;
119 };

Callers 1

wasmedge.cppFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected