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

Method push_function

include/sol/stack_push.hpp:1360–1361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1358 lua_State* L;
1359
1360 push_function(lua_State* L_) noexcept : L(L_) {
1361 }
1362
1363 template <typename T>
1364 int operator()(T&& value) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected