Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BowenFu/matchit.cpp
/ ds
Function
ds
develop/matchit/patterns.h:970–973 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
968
969
template <typename... Patterns>
970
constexpr auto ds(Patterns const &...patterns) -> Ds<Patterns...>
971
{
972
return Ds<Patterns...>{patterns...};
973
}
974
975
template <typename T>
976
class OooBinder
Callers
1
operator|
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected