|
Libsaki
Core library of Pancake Mahjong
|
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 >) |
1.8.13