#include <sol.hpp>
|
template<typename Key > |
probe | get (lua_State *L, Key &&key, int tableindex=-2) |
|
§ get()
template<typename T, typename P, bool b, bool raw, typename >
template<typename Key >
11653 return probe(
false, 0);
11655 get_field<b, raw>(L, std::forward<Key>(key), tableindex);
11656 return probe(check<P>(L), 1);
bool maybe_indexable(lua_State *L, int index=-1)
Definition: sol.hpp:7738
The documentation for this struct was generated from the following file: