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

Function overload

Libs/sol/sol.hpp:11909–11911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11907
11908 template <typename... Args>
11909 decltype(auto) overload(Args&&... args) {
11910 return overload_set<std::decay_t<Args>...>(std::forward<Args>(args)...);
11911 }
11912} // namespace sol
11913
11914// end of sol/overload.hpp

Callers 6

RegisterMethod · 0.85
RegisterMethod · 0.85
RegisterMethod · 0.85
RegisterFunction · 0.85
RegisterMethod · 0.85
pushMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected