OpenMiner  0.0.1a
Voxel game engine
Public Member Functions | List of all members
sol::function_detail::c_call_matcher< Fxs > Struct Template Reference

#include <sol.hpp>

Public Member Functions

template<typename Fx , std::size_t I, typename R , typename... Args>
int operator() (types< Fx >, index_value< I >, types< R >, types< Args... >, lua_State *L, int, int) const
 

Member Function Documentation

§ operator()()

template<typename... Fxs>
template<typename Fx , std::size_t I, typename R , typename... Args>
int sol::function_detail::c_call_matcher< Fxs >::operator() ( types< Fx >  ,
index_value< I >  ,
types< R >  ,
types< Args... >  ,
lua_State *  L,
int  ,
int   
) const
inline
13839  {
13840  typedef meta::at_in_pack_t<I, Fxs...> target;
13841  return target::call(L);
13842  }
typename at_in_pack< I, Args... >::type at_in_pack_t
Definition: sol.hpp:1358

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