OpenTTD Source 20250709-master-g8de32c4509
|
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 > |
Iterator adaptor that takes items alternating from a middle position.
Definition in file alternating_iterator.hpp.