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

Method basic_function

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

Source from the content-addressed store, hash-verified

18269 using base_t::lua_state;
18270
18271 basic_function() = default;
18272 template <typename T, meta::enable<meta::neg<std::is_same<meta::unqualified_t<T>, basic_function>>, meta::neg<std::is_same<base_t, stack_reference>>, meta::neg<std::is_same<lua_nil_t, meta::unqualified_t<T>>>, is_lua_reference<meta::unqualified_t<T>>> = meta::enabler>
18273 basic_function(T&& r) noexcept
18274 : base_t(std::forward<T>(r)) {

Callers

nothing calls this directly

Calls 3

push_popFunction · 0.85
lua_stateMethod · 0.45
stack_indexMethod · 0.45

Tested by

no test coverage detected