OpenMiner  0.0.1a
Voxel game engine
Static Public Member Functions | List of all members
sol::stack::pusher< T, typename > Struct Template Reference

#include <sol.hpp>

Static Public Member Functions

template<typename... Args>
static int push (lua_State *L, Args &&... args)
 

Member Function Documentation

§ push()

template<typename T , typename >
template<typename... Args>
static int sol::stack::pusher< T, typename >::push ( lua_State *  L,
Args &&...  args 
)
inlinestatic
10422  {
10423  return pusher<detail::as_value_tag<T>>{}.push(L, std::forward<Args>(args)...);
10424  }

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