MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / basic_userdata

Method basic_userdata

extlibs/sol3/include/sol/sol.hpp:25434–25434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25432 using base_t::lua_state;
25433
25434 basic_userdata() noexcept = default;
25435 template <typename T, meta::enable<meta::neg<std::is_same<meta::unqualified_t<T>, basic_userdata>>, meta::neg<std::is_same<base_t, stack_reference>>, is_lua_reference<meta::unqualified_t<T>>> = meta::enabler>
25436 basic_userdata(T&& r) noexcept
25437 : base_t(std::forward<T>(r)) {

Callers

nothing calls this directly

Calls 4

push_popFunction · 0.85
type_assertFunction · 0.85
lua_stateMethod · 0.45
stack_indexMethod · 0.45

Tested by

no test coverage detected