Otclient  14/8/2020
luabinder::pack_values_into_tuple< N > Struct Template Reference

Pack arguments from lua stack into a tuple recursively. More...

#include <luabinder.h>

Static Public Member Functions

template<typename Tuple >
static void call (Tuple &tuple, LuaInterface *lua)
 

Detailed Description

template<int N>
struct luabinder::pack_values_into_tuple< N >

Pack arguments from lua stack into a tuple recursively.

Definition at line 44 of file luabinder.h.

Member Function Documentation

◆ call()

template<int N>
template<typename Tuple >
static void luabinder::pack_values_into_tuple< N >::call ( Tuple &  tuple,
LuaInterface lua 
)
inlinestatic

Definition at line 46 of file luabinder.h.

Here is the call graph for this function:
Here is the caller graph for this function:

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