Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AngusJohnson/Clipper2
/ operator <
Method
operator <
CPP/BenchMark/GetIntersectPtBenchmark.cpp:80–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
bool operator < (const Int128& val) const
81
{
82
return (hi != val.hi) ? hi < val.hi : lo < val.lo;
83
}
84
85
bool operator >= (const Int128& val) const
86
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected