operator + method

G2Element operator +(
  1. G2Element g2
)

Add an instance to another G2Element.

Implementation

G2Element operator +(G2Element g2) {
  return G2Element(bindings.CG2ElementAdd(_g2Element, g2._g2Element));
}