MCPcopy Create free account
hub / github.com/PDAL/PDAL / less_msb

Function less_msb

filters/MortonOrderFilter.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63namespace
64{
65bool less_msb(const int& x, const int& y)
66{
67 return x < y && x < (x ^ y);
68}
69
70class CmpZOrder
71{

Callers 1

operator()Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected