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