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

Function main

sample/Evaluating-Expression-Trees.cpp:66–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66int32_t main()
67{
68 auto e = Expr{5};
69 std::cout << eval(e) << std::endl;
70
71 return 0;
72}

Callers

nothing calls this directly

Calls 1

evalFunction · 0.70

Tested by

no test coverage detected