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)
 

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()

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:

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