Static Public Member Functions | List of all members
sol::stack::unqualified_pusher< function_arguments< T, Args... > > Struct Template Reference

#include <sol.hpp>

Static Public Member Functions

static int push (lua_State *L, const function_arguments< T, Args... > &fp)
 
static int push (lua_State *L, function_arguments< T, Args... > &&fp)
 
template<std::size_t... I, typename FP >
static int push_func (std::index_sequence< I... >, lua_State *L, FP &&fp)
 

Detailed Description

template<typename T, typename... Args>
struct sol::stack::unqualified_pusher< function_arguments< T, Args... > >

Definition at line 18462 of file sol.hpp.

Member Function Documentation

template<typename T , typename... Args>
static int sol::stack::unqualified_pusher< function_arguments< T, Args... > >::push ( lua_State L,
const function_arguments< T, Args... > &  fp 
)
inlinestatic

Definition at line 18468 of file sol.hpp.

template<typename T , typename... Args>
static int sol::stack::unqualified_pusher< function_arguments< T, Args... > >::push ( lua_State L,
function_arguments< T, Args... > &&  fp 
)
inlinestatic

Definition at line 18472 of file sol.hpp.

template<typename T , typename... Args>
template<std::size_t... I, typename FP >
static int sol::stack::unqualified_pusher< function_arguments< T, Args... > >::push_func ( std::index_sequence< I... >  ,
lua_State L,
FP &&  fp 
)
inlinestatic

Definition at line 18464 of file sol.hpp.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:53