|
|
typedef std::decay_t< meta::unwrap_unqualified_t< Func > > | function_type |
| |
|
|
template<typename... Args> |
| | functor_function (function_type f, Args &&... args) noexcept(std::is_nothrow_constructible_v< function_type, function_type, Args... >) |
| |
|
int | operator() (lua_State *L) noexcept(noexcept(call_detail::call_wrapped< void, true, false >(L, invocation))) |
| |
|
|
static int | call (lua_State *L, functor_function &self) noexcept(noexcept(call_detail::call_wrapped< void, true, false >(L, self.invocation))) |
| |
The documentation for this struct was generated from the following file: