Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ Iterator
Method
Iterator
src/core/bitmath_func.hpp:285–288 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
283
typedef std::forward_iterator_tag iterator_category;
284
285
explicit Iterator(Tbitset bitset) : bitset(bitset), bitpos(static_cast<Tbitpos>(0))
286
{
287
this->Validate();
288
}
289
290
bool operator==(const Iterator &other) const
291
{
Callers
nothing calls this directly
Calls
1
Validate
Method · 0.95
Tested by
no test coverage detected