Remove all transitions occurring on date.
Synopsis
Declared in <bdlt_timetable.h>
void
removeTransitions(Date const& date);
Description
Remove all transitions from this timetable that occur on the specified date. The removal of a transition invalidates all iterators. The behavior is undefined unless date is within the valid range of this timetable.
Parameters
Name |
Description |
date |
date whose transitions are removed |
Created with MrDocs