Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.h
File · 0.85
Matcher-within.cpp
File · 0.85
visit.cpp
File · 0.85
matchit.h
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected