BloombergLP::bdlt::Timetable::removeTransitions

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

NameDescription
datedate whose transitions are removed