Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
namespace
64
{
65
bool less_msb(const int& x, const int& y)
66
{
67
return x < y && x < (x ^ y);
68
}
69
70
class CmpZOrder
71
{
Callers
1
operator()
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected