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

Method basic_userdata

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

Source from the content-addressed store, hash-verified

37 using base_t::lua_state;
38
39 basic_userdata() noexcept = default;
40 template <typename T,
41 meta::enable<meta::neg<std::is_same<meta::unqualified_t<T>, basic_userdata>>, meta::neg<std::is_same<base_t, stack_reference>>,
42 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