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

Method basic_function

3rd_party/lua_sol2/include/sol.hpp:14890–14890  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14888 using base_t::lua_state;
14889
14890 basic_function() = default;
14891 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>
14892 basic_function(T&& r) noexcept
14893 : 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