MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / construct

Function construct

extlibs/sol3/include/sol/sol.hpp:16266–16268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16264
16265 template <typename T, bool checked, bool clean_stack, typename... TypeLists>
16266 inline int construct(lua_State* L) {
16267 return detail::static_trampoline<&construct_trampolined<T, checked, clean_stack, TypeLists...>>(L);
16268 }
16269
16270 template <typename F, bool is_index, bool is_variable, bool checked, int boost, bool clean_stack, typename = void>
16271 struct agnostic_lua_call_wrapper {

Callers 6

assignMethod · 0.85
constructMethod · 0.85
operator()Method · 0.85
push_fxMethod · 0.85
push_deepMethod · 0.85
push_withMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected