removeTransition overloads
Declared in <bdlt_timetable.h>
If a transition occurs at the specified datetime, remove the transition from this timetable. Otherwise, return without modifying this timetable. The removal of a transition invalidates all iterators. The behavior is undefined unless 24 > datetime.hour() and datetime.date() is within the valid range of this timetable.
void
removeTransition(Datetime const& datetime);
» more...
If a transition occurs on the specified date at the specified time, remove the transition from this timetable. Otherwise, return without modifying this timetable. The removal of a transition invalidates all iterators. The behavior is undefined unless 24 > time.hour() and date is within the valid range of this timetable.
void
removeTransition(
Date const& date,
Time const& time);
» more...