nngn
Loading...
Searching...
No Matches
nngn::lua::stack_push< std::variant< Ts... > > Struct Template Reference

Pushes the active member of the variant. More...

#include <push.h>

Static Public Member Functions

static int push (lua_State *L, std::variant< Ts... > &&v)
 
static int push (lua_State *L, std::variant< Ts... > &&v)
 

Detailed Description

template<typename ... Ts>
struct nngn::lua::stack_push< std::variant< Ts... > >

Pushes the active member of the variant.

Member Function Documentation

◆ push() [1/2]

template<typename ... Ts>
static int nngn::lua::stack_push< std::variant< Ts... > >::push ( lua_State *  L,
std::variant< Ts... > &&  v 
)
inlinestatic

◆ push() [2/2]

template<typename ... Ts>
static int nngn::lua::stack_push< std::variant< Ts... > >::push ( lua_State *  L,
std::variant< Ts... > &&  v 
)
inlinestatic

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