Advance this iterator to the next transition.
Synopsis
Declared in <bdlt_timetable.h>
Timetable_ConstIterator&
operator++();
Description
Advance this iterator to refer to the next transition in the associated timetable, and return a reference providing modifiable access to this object. The behavior is undefined unless, on entry, this iterator references a valid transition.
Return Value
reference to this iterator after advancement
Created with MrDocs