Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BowenFu/matchit.cpp
/ and_
Function
and_
include/matchit.h:932–935 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
930
931
template <typename... Patterns>
932
constexpr auto and_(Patterns const &...patterns)
933
{
934
return And<Patterns...>{patterns...};
935
}
936
937
template <typename Tuple>
938
class NbIdInTuple;
Callers
11
at
Method · 0.70
matchit.h
File · 0.70
get_hint
Function · 0.50
print_leftmost
Function · 0.50
sample
Function · 0.50
clip
Function · 0.50
checkAndlogLarge
Function · 0.50
balance
Method · 0.50
quotientRemainder.cpp
File · 0.50
TEST
Function · 0.50
TEST
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected