operator + method

Expr operator +(
  1. Expr rhs
)

Implementation

Expr operator +(Expr rhs) => add(rhs);