MCPcopy 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

IteratorClass · 0.95

Calls 1

KillFirstBitFunction · 0.85

Tested by

no test coverage detected