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

Function meet

develop/matchit/patterns.h:513–516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511
512 template <typename Pred>
513 constexpr auto meet(Pred const &pred)
514 {
515 return Meet<Pred>{pred};
516 }
517
518 template <typename Pred>
519 class PatternTraits<Meet<Pred>>

Callers 4

expression.hFile · 0.85
Matcher-within.cppFile · 0.85
visit.cppFile · 0.85
matchit.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected