Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Register
Method · 0.85
Register
Method · 0.85
Register
Method · 0.85
Register
Function · 0.85
Register
Method · 0.85
push
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected