#include <sol.hpp>
Public Types | |
typedef std::decay_t< meta::unwrap_unqualified_t< Func > > | function_type |
Public Member Functions | |
int | call (lua_State *L) |
template<typename... Args> | |
functor_function (function_type f, Args &&...args) | |
int | operator() (lua_State *L) |
Public Attributes | |
function_type | fx |
typedef std::decay_t<meta::unwrap_unqualified_t<Func> > sol::function_detail::functor_function< Func, is_yielding, no_trampoline >::function_type |
|
inline |
|
inline |
|
inline |
function_type sol::function_detail::functor_function< Func, is_yielding, no_trampoline >::fx |