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

Function construct

Libs/sol/sol.hpp:16933–16935  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16931
16932 template <typename T, bool checked, bool clean_stack, typename... TypeLists>
16933 inline int construct(lua_State* L) {
16934 return detail::static_trampoline<&construct_trampolined<T, checked, clean_stack, TypeLists...>>(L);
16935 }
16936
16937 template <typename F, bool is_index, bool is_variable, bool checked, int boost, bool clean_stack, typename = void>
16938 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