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

Class ArgsTuple

Source/Utils/dukglue/detail_stack.h:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 // Helper to get the argument tuple type, with correct storage types.
15 template<typename... Args>
16 struct ArgsTuple {
17 typedef std::tuple<typename dukglue::types::ArgStorage<Args>::type...> type;
18 };
19
20 // Helper to get argument indices.
21 // Call read for every Ts[i], for matching argument index Index[i].

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected