Regress the specified iterator to refer to the previous transition in the referenced timetable, and return an iterator referring to the original element (before the decrementation). The behavior is undefined unless, on entry, iterator references a valid transition that is not the first transition of the associated timetable.

Synopsis

Declared in <bdlt_timetable.h>

bdlt::Timetable_ConstIterator
operator‐‐(
    Timetable_ConstIterator& iterator,
    int);

Created with MrDocs