MCPcopy 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
25int32_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

evalFunction · 0.70

Tested by

no test coverage detected