Libsaki
Core library of Pancake Mahjong
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
sol::function_detail::member_function< T, Function, is_yielding, no_trampoline > Struct Template Reference
Collaboration diagram for sol::function_detail::member_function< T, Function, is_yielding, no_trampoline >:
Collaboration graph
[legend]

Public Types

typedef std::remove_pointer_t< std::decay_t< Function > > function_type
 
typedef meta::function_return_t< function_type > return_type
 
typedef meta::function_args_t< function_type > args_lists
 
using traits_type = meta::bind_traits< function_type >
 

Public Member Functions

template<typename... Args>
 member_function (function_type f, Args &&... args) noexcept(std::is_nothrow_constructible_v< function_type, function_type > &&std::is_nothrow_constructible_v< T, Args... >)
 
int operator() (lua_State *L) noexcept(traits_type::is_noexcept)
 

Static Public Member Functions

static int call (lua_State *L, member_function &self) noexcept(traits_type::is_noexcept)
 

Public Attributes

function_type invocation
 
member
 

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