Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ end
Method
end
src/misc/alternating_iterator.hpp:134–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
}
133
134
auto end() const
135
{
136
return AlternatingIterator{first, last, middle, false};
137
}
138
139
private:
140
Titer first; ///< Iterator to first element.
Callers
10
ReadDataBlock
Method · 0.45
FixupMidiData
Function · 0.45
LoadFile
Method · 0.45
LoadDefaultDLSFile
Function · 0.45
Contains
Method · 0.45
Insert
Method · 0.45
LRUCache
Class · 0.45
GetIfValid
Method · 0.45
FindKnownName
Method · 0.45
FindIndex
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected