MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / overload

Function overload

extlibs/sol3/include/sol/sol.hpp:11325–11327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11323
11324 template <typename... Args>
11325 decltype(auto) overload(Args&&... args) {
11326 return overload_set<std::decay_t<Args>...>(std::forward<Args>(args)...);
11327 }
11328} // namespace sol
11329
11330// end of sol/overload.hpp

Callers 15

LoadFunctionContainsFunction · 0.85
LoadFunctionGetMinFunction · 0.85
LoadFunctionGetMaxFunction · 0.85
LoadFunctionIsBetweenFunction · 0.85
LoadFunctionSignFunction · 0.85
LoadClassGameObjectFunction · 0.85
LoadClassCursorFunction · 0.85
LoadClassPathFunction · 0.85
LoadClassColorFunction · 0.85
LoadClassRenderTargetFunction · 0.85
LoadClassTextureFunction · 0.85
LoadClassInputManagerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected