Luwra
Minimal-overhead Lua wrapper for C++
Static Public Member Functions | List of all members
luwra::internal::FunctionWrapperImpl< Ret, Args >::ImplementationVoid< Indices > Struct Template Reference

#include <wrappers.hpp>

Static Public Member Functions

template<void(*)(Args...) func>
static int invoke (State *state)
 

Member Function Documentation

◆ invoke()

template<typename Ret , typename... Args>
template<size_t... Indices>
template<void(*)(Args...) func>
static int luwra::internal::FunctionWrapperImpl< Ret, Args >::ImplementationVoid< Indices >::invoke ( State state)
inlinestatic