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

Class Add

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

Source from the content-addressed store, hash-verified

10 std::shared_ptr<Expr> expr;
11};
12struct Add
13{
14 std::shared_ptr<Expr> lhs, rhs;
15};
16struct Mul
17{
18 std::shared_ptr<Expr> lhs, rhs;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected