OpenTTD Source 20250709-master-g8de32c4509
alternating_iterator.hpp File Reference

Iterator adaptor that takes items alternating from a middle position. More...

#include <ranges>

Go to the source code of this file.

Data Structures

class  AlternatingIterator< Titer >
 Iterator that alternately takes from the "middle" of a range. More...
 
class  AlternatingView< Titer >
 

Detailed Description

Iterator adaptor that takes items alternating from a middle position.

Definition in file alternating_iterator.hpp.