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

Method basic_function

include/sol/unsafe_function.hpp:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 using base_t::lua_state;
74
75 basic_function() = default;
76 template <typename T,
77 meta::enable<meta::neg<std::is_same<meta::unqualified_t<T>, basic_function>>, meta::neg<std::is_same<base_t, stack_reference>>,
78 meta::neg<std::is_same<lua_nil_t, meta::unqualified_t<T>>>, is_lua_reference<meta::unqualified_t<T>>> = meta::enabler>

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