Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ empty
Method
empty
src/core/bitmath_func.hpp:316–316 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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
318
private:
319
Tbitset bitset;
Callers
nothing calls this directly
Calls
2
begin
Method · 0.95
end
Method · 0.95
Tested by
no test coverage detected