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

Method basic_lightuserdata

include/sol/userdata.hpp:89–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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>

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