Struct Rectifier::Range
Defined in File Rectifier.hpp
Nested Relationships
This struct is a nested type of Class Rectifier.
Struct Documentation
-
struct Range
A range of itinerary change IDs that is currently missing from a database. All IDs from lower to upper are missing, including lower and upper themselves.
It is undefined behavior if the value given to upper is less than the value given to upper.
Public Members
-
ItineraryVersion lower
The ID of the first itinerary change in this range that is missing.
-
ItineraryVersion upper
The ID of the last itinerary change in this range that is missing.
-
ItineraryVersion lower