MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / begin

Method begin

src/misc/alternating_iterator.hpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 }
128
129 auto begin() const
130 {
131 return AlternatingIterator{first, last, middle, true};
132 }
133
134 auto end() const
135 {

Callers 8

FixupMidiDataFunction · 0.45
LoadFileMethod · 0.45
DownloadArticulationDataFunction · 0.45
LoadDefaultDLSFileFunction · 0.45
InsertMethod · 0.45
LRUCacheClass · 0.45
GetIfValidMethod · 0.45
FindIndexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected