Otclient  14/8/2020
luabinder::expand_fun_arguments< N, Ret > Struct Template Reference

Expand arguments from tuple for later calling the C++ function. More...

#include <luabinder.h>

Static Public Member Functions

template<typename Tuple , typename F , typename... Args>
static int call (const Tuple &tuple, const F &f, LuaInterface *lua, const Args &... args)
 

Detailed Description

template<int N, typename Ret>
struct luabinder::expand_fun_arguments< N, Ret >

Expand arguments from tuple for later calling the C++ function.

Definition at line 77 of file luabinder.h.

Member Function Documentation

◆ call()

template<int N, typename Ret >
template<typename Tuple , typename F , typename... Args>
static int luabinder::expand_fun_arguments< N, Ret >::call ( const Tuple &  tuple,
const F &  f,
LuaInterface lua,
const Args &...  args 
)
inlinestatic

Definition at line 79 of file luabinder.h.

Here is the caller graph for this function:

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