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

Function as_function_reference

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

Source from the content-addressed store, hash-verified

4975
4976 template <typename Sig = function_sig<>, typename... Args>
4977 auto as_function_reference(Args&&... args) {
4978 return function_arguments<Sig, Args...>(std::forward<Args>(args)...);
4979 }
4980
4981 template <typename T>
4982 struct as_table_t {

Callers 2

add_functionMethod · 0.85
set_fxMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected