Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BowenFu/matchit.cpp
/ overload
Function
overload
include/matchit.h:1075–1078 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1073
1074
template <typename... Ts>
1075
constexpr auto overload(Ts &&...ts)
1076
{
1077
return Overload<Ts...>{ts...};
1078
}
1079
1080
template <typename Pattern>
1081
class OooBinder;
Callers
4
hasValue
Method · 0.70
value
Method · 0.70
mutableValue
Method · 0.70
Id
Class · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected