Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BowenFu/matchit.cpp
/ main
Function
main
sample/eval.cpp:25–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
#endif
24
25
int32_t main()
26
{
27
std::cout << eval(std::make_tuple(
'*'
, 5, 6)) << std::endl;
28
return 0;
29
}
Callers
nothing calls this directly
Calls
1
eval
Function · 0.70
Tested by
no test coverage detected