| 87 | using base_t::lua_state; |
| 88 | |
| 89 | basic_lightuserdata() noexcept = default; |
| 90 | template <typename T, |
| 91 | meta::enable<meta::neg<std::is_same<meta::unqualified_t<T>, basic_lightuserdata>>, meta::neg<std::is_same<base_t, stack_reference>>, |
| 92 | is_lua_reference<meta::unqualified_t<T>>> = meta::enabler> |
nothing calls this directly
no test coverage detected