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

Method operator -

CPP/BenchMark/GetIntersectPtBenchmark.cpp:126–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 }
125
126 Int128 operator - (const Int128& rhs) const
127 {
128 Int128 result(*this);
129 result -= rhs;
130 return result;
131 }
132
133 Int128 operator-() const //unary negation
134 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected