| 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 { |