nngn
Loading...
Searching...
No Matches
nngn::lua::stack_get< T & > Struct Template Reference

Reads a user type as a full user data value (reference overload). More...

#include <get.h>

Static Public Member Functions

static Tget (lua_State *L, int i)
 
static Tget (lua_State *L, int i)
 

Detailed Description

template<user_type T>
struct nngn::lua::stack_get< T & >

Reads a user type as a full user data value (reference overload).

Same semantics as the pointer overload.

Member Function Documentation

◆ get() [1/2]

template<user_type T>
static T & nngn::lua::stack_get< T & >::get ( lua_State *  L,
int  i 
)
inlinestatic

◆ get() [2/2]

template<user_type T>
static T & nngn::lua::stack_get< T & >::get ( lua_State *  L,
int  i 
)
inlinestatic

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