MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / SafeCallData

Class SafeCallData

Source/Utils/dukglue/public_util.h:176–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174
175template <typename RetT, typename ObjT, typename... ArgTs>
176struct SafeCallData {
177 const ObjT* obj;
178 std::tuple<ArgTs...> args;
179 RetT* out;
180};
181
182template <typename ObjT, typename... ArgTs, size_t... Indexes>
183void call_safe_helper(duk_context* ctx, const ObjT& obj, std::tuple<ArgTs...>& tup, index_tuple<Indexes...> indexes)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected