#include <sol.hpp>
Public Types | |
typedef std::remove_pointer_t< std::decay_t< Function > > | function_type |
Public Member Functions | |
int | operator() (lua_State *L) |
Static Public Member Functions | |
static int | call (lua_State *L) |
static int | real_call (lua_State *L) noexcept(false) |
typedef std::remove_pointer_t<std::decay_t<Function> > sol::function_detail::upvalue_this_member_variable< T, Function, is_yielding >::function_type |
|
inlinestatic |
|
inline |
|
inlinestaticnoexcept |