Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ Next
Method
Next
src/core/bitmath_func.hpp:307–310 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
305
}
306
}
307
void Next()
308
{
309
this->bitset = KillFirstBit(this->bitset);
310
}
311
};
312
313
SetBitIterator(Tbitset bitset) : bitset(bitset) {}
Callers
1
Iterator
Class · 0.95
Calls
1
KillFirstBit
Function · 0.85
Tested by
no test coverage detected