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

Function expr

include/matchit.h:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 class Id;
100 template <typename T>
101 constexpr auto expr(Id<T> &id)
102 {
103 return nullary([&]
104 { return *id; });
105 }
106
107 template <typename T>
108 constexpr auto expr(T const &v)

Callers 15

detectTuplePatternFunction · 0.50
getClassNameFunction · 0.50
containsFunction · 0.50
evalFunction · 0.50
squareFunction · 0.50
sumIsFunction · 0.50
mainFunction · 0.50
isLargeFunction · 0.50
recursiveSymmetricFunction · 0.50
symmetricArrayFunction · 0.50
getClassNameFunction · 0.50

Calls 1

nullaryFunction · 0.70

Tested by

no test coverage detected