Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BowenFu/matchit.cpp
/ overload
Function
overload
develop/matchit/patterns.h:768–771 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
766
767
template <typename... Ts>
768
constexpr auto overload(Ts &&...ts)
769
{
770
return Overload<Ts...>{ts...};
771
}
772
773
template <typename Pattern>
774
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