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