MCPcopy Create free account
hub / github.com/AngusJohnson/Clipper2 / operator +

Method operator +

CPP/BenchMark/GetIntersectPtBenchmark.cpp:113–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 }
112
113 Int128 operator + (const Int128& rhs) const
114 {
115 Int128 result(*this);
116 result += rhs;
117 return result;
118 }
119
120 Int128& operator -= (const Int128& rhs)
121 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected