| 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; |
nothing calls this directly
no test coverage detected