Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
detectTuplePattern
Function · 0.50
getClassName
Function · 0.50
contains
Function · 0.50
eval
Function · 0.50
square
Function · 0.50
sumIs
Function · 0.50
main
Function · 0.50
isLarge
Function · 0.50
recursiveSymmetric
Function · 0.50
symmetricArray
Function · 0.50
getClassName
Function · 0.50
customAsPointer.cpp
File · 0.50
Calls
1
nullary
Function · 0.70
Tested by
no test coverage detected