MCPcopy 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
318private:
319 Tbitset bitset;

Callers

nothing calls this directly

Calls 2

beginMethod · 0.95
endMethod · 0.95

Tested by

no test coverage detected