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

Method call

include/sol/wrapper.hpp:160–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158
159 template <typename Fx, typename... Args>
160 static R call(Fx&& fx, O& mem, Args&&... args) {
161 return (mem.*fx)(std::forward<Args>(args)...);
162 }
163
164 struct caller {
165 template <typename Fx, typename... Args>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected