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

Method at

include/matchit.h:1193–1196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1191 // non-const to inform users not to mark Id as const.
1192 template <typename Pattern>
1193 constexpr auto at(Pattern &&pattern)
1194 {
1195 return and_(pattern, *this);
1196 }
1197
1198 // non-const to inform users not to mark Id as const.
1199 constexpr auto at(Ooo const &) { return OooBinder<Type>{*this}; }

Callers 10

sample1Function · 0.45
sampleFunction · 0.45
mainFunction · 0.45
recursiveSymmetricFunction · 0.45
sample1Function · 0.45
sampleFunction · 0.45
matchGraphFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
recursiveSymmetricFunction · 0.45

Calls 1

and_Function · 0.70

Tested by

no test coverage detected