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

Reads a table array as a vector. More...

#include <table.h>

Static Public Member Functions

static std::vector< Tget (lua_State *L, int i)
 
static std::vector< Tget (lua_State *L, int i)
 

Detailed Description

template<typename T>
requires (detail::can_get<T>)
struct nngn::lua::stack_get< std::vector< T > >

Reads a table array as a vector.

Member Function Documentation

◆ get() [1/2]

template<typename T >
static std::vector< T > nngn::lua::stack_get< std::vector< T > >::get ( lua_State *  L,
int  i 
)
inlinestatic
Here is the call graph for this function:

◆ get() [2/2]

template<typename T >
static std::vector< T > nngn::lua::stack_get< std::vector< T > >::get ( lua_State *  L,
int  i 
)
inlinestatic

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