#include <sol.hpp>
|
template<typename Key > |
void | get (lua_State *L, Key &&key, int tableindex=-2) |
|
§ get()
template<typename T, bool , bool , typename >
template<typename Key >
11404 push(L, std::forward<Key>(key));
11405 lua_gettable(L, tableindex);
int push(lua_State *L, T &&t, Args &&... args)
Definition: sol.hpp:7770
The documentation for this struct was generated from the following file: