MCPcopy 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

atMethod · 0.70
matchit.hFile · 0.70
get_hintFunction · 0.50
print_leftmostFunction · 0.50
sampleFunction · 0.50
clipFunction · 0.50
checkAndlogLargeFunction · 0.50
balanceMethod · 0.50
TESTFunction · 0.50
TESTFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected