MCPcopy Create free account
hub / github.com/BowenFu/matchit.cpp / app

Function app

develop/matchit/patterns.h:553–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551
552 template <typename Unary, typename Pattern>
553 constexpr auto app(Unary &&unary, Pattern const &pattern)
554 {
555 return App<Unary, Pattern>{std::forward<Unary>(unary), pattern};
556 }
557
558 constexpr auto y = 1;
559 static_assert(std::holds_alternative<int32_t const *>(

Callers 15

utility.hFile · 0.85
get_hintFunction · 0.85
isLargeFunction · 0.85
sample1Function · 0.85
sample2Function · 0.85
print_leftmostFunction · 0.85
Struct-pattern.cppFile · 0.85
sampleFunction · 0.85
asEnumFunction · 0.85
checkAndlogLargeFunction · 0.85
balanceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected