MCPcopy Create free account
hub / github.com/ThePhD/sol2 / operator()

Method operator()

include/sol/stack_proxy.hpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40 template <typename... Args>
41 decltype(auto) operator()(Args&&... args) {
42 return call<>(std::forward<Args>(args)...);
43 }
44 };
45
46 namespace stack {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected