Return an iterator to the first transition in this timetable.
Synopsis
Declared in <bdlt_timetable.h>
const_iterator
begin() const;
Description
Return an iterator referring to the first transition in this timetable, or the past‐the‐end iterator if this timetable is empty. The iterator remains valid as long as this timetable exists, and the number of transitions within this timetable does not change.
Return Value
const iterator referring to the first transition
Created with MrDocs