#include <sol.hpp>
Public Member Functions | |
| template<typename Key > | |
| void | get (lua_State *L, Key &&key, int tableindex=default_table_index) |
Static Public Attributes | |
| static constexpr int | default_table_index = meta::conditional_t<stack_detail::is_get_direct_v<T, global, raw>, std::integral_constant<int, -1>, std::integral_constant<int, -2>>::value |
|
inline |
|
inlinestatic |