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

Function apply_constructor

Source/Utils/dukglue/detail_traits.h:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111
112 template<class Cls, typename... Args>
113 Cls* apply_constructor(const std::tuple<Args...>& tup)
114 {
115 return apply_constructor_helper<Cls>(typename make_indexes<Args...>::type(), std::tuple<Args...>(tup));
116 }
117
118 //////////////////////////////////////////////////////////////////////////////////////////////
119

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected