Libsaki
Core library of Pancake Mahjong
Public Types | Public Member Functions | Static Public Member Functions | List of all members
sol::function_detail::upvalue_this_member_variable< T, Function > Struct Template Reference

Public Types

typedef std::remove_pointer_t< std::decay_t< Function > > function_type
 

Public Member Functions

int operator() (lua_State *L) noexcept(std::is_nothrow_copy_assignable_v< T >)
 

Static Public Member Functions

static int real_call (lua_State *L) noexcept(std::is_nothrow_copy_assignable_v< T >)
 
template<bool is_yielding, bool no_trampoline>
static int call (lua_State *L) noexcept(std::is_nothrow_copy_assignable_v< T >)
 

The documentation for this struct was generated from the following file: