Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devosoft/avida
/ operator<
Method
operator<
avida-core/source/tools/cBitArray.cc:419–422 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
417
418
419
bool cBitArray::operator<(const cBitArray& ar2) const
420
{
421
return CountBits2() < ar2.CountBits2();
422
}
423
424
425
Callers
nothing calls this directly
Calls
1
CountBits2
Method · 0.45
Tested by
no test coverage detected