MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / make_function

Function make_function

Source/Misc/luabind/luabind/make_function.hpp:105–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103
104template <class F, class Signature, class Policies>
105object make_function(lua_State* L, F f, Signature, Policies)
106{
107 return detail::make_function_aux(
108 L
109 , new detail::function_object_impl<F, Signature, Policies>(
110 f, Policies()
111 )
112 );
113}
114
115template <class F>
116object make_function(lua_State* L, F f)

Callers 7

set_package_preloadFunction · 0.85
applyMethod · 0.85
register_Method · 0.85
register_Method · 0.85
make_getMethod · 0.85
make_setMethod · 0.85
register_Method · 0.85

Calls 3

make_function_auxFunction · 0.85
deduce_signatureFunction · 0.85
null_typeClass · 0.70

Tested by

no test coverage detected