Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ begin
Method
begin
src/core/bitmath_func.hpp:314–314 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
312
313
SetBitIterator(Tbitset bitset) : bitset(bitset) {}
314
Iterator begin() { return Iterator(this->bitset); }
315
Iterator end() { return Iterator(static_cast<Tbitset>(0)); }
316
bool empty() { return this->begin() == this->end(); }
317
Callers
1
empty
Method · 0.95
Calls
1
Iterator
Class · 0.70
Tested by
no test coverage detected