MCPcopy Create free account
hub / github.com/ThePhD/sol2 / basic_lua_table

Method basic_lua_table

include/sol/lua_table.hpp:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 using base_t::lua_state;
41
42 basic_lua_table() noexcept = default;
43 basic_lua_table(const basic_lua_table&) = default;
44 basic_lua_table(basic_lua_table&&) = default;
45 basic_lua_table& operator=(const basic_lua_table&) = default;

Callers

nothing calls this directly

Calls 3

push_popFunction · 0.85
lua_stateMethod · 0.45
stack_indexMethod · 0.45

Tested by

no test coverage detected