num operator +(
num other
)

Addition operator.

Source

/** Addition operator. */
num operator +(num other);