Return the past‐the‐end iterator for this timetable.
Synopsis
Declared in <bdlt_timetable.h>
Timetable::const_iterator
end() const;
Description
Return the past‐the‐end iterator for this timetable. The iterator remains valid as long as this timetable exists, and the number of transitions within this timetable does not change.
Return Value
past‐the‐end const iterator
Created with MrDocs