nngn
|
Reads a sequence of values from the stack. More...
#include <get.h>
Static Public Member Functions | |
static std::tuple< Ts... > | get (lua_State *L, int i) |
Reads a sequence of values from the stack.
Each individual value must be readable. Values are read from the range [i, i + sizeof...(Ts))
.
|
inlinestatic |