#include <sol.hpp>
§ function_type
template<typename T , typename Function , bool is_yielding>
§ traits_type
template<typename T , typename Function , bool is_yielding>
§ call()
template<typename T , typename Function , bool is_yielding>
14050 int nr = detail::typed_static_trampoline<decltype(&real_call), (&real_call)>(L);
14052 return lua_yield(L, nr);
§ operator()()
template<typename T , typename Function , bool is_yielding>
static int call(lua_State *L)
Definition: sol.hpp:14049
§ real_call()
template<typename T , typename Function , bool is_yielding>
14044 auto memberdata = stack::stack_detail::get_as_upvalues<function_type>(L);
14046 return call_detail::call_wrapped<T, false, false>(L, memfx);
std::remove_pointer_t< std::decay_t< Function > > function_type
Definition: sol.hpp:14038
The documentation for this struct was generated from the following file: