Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ operator()
Method
operator()
extlibs/sol3/include/sol/sol.hpp:15542–15544 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15540
struct caller {
15541
template <typename... Args>
15542
decltype(auto) operator()(F& fx, Args&&... args) const {
15543
return call(fx, std::forward<Args>(args)...);
15544
}
15545
};
15546
};
15547
Callers
nothing calls this directly
Calls
1
call
Function · 0.85
Tested by
no test coverage detected