Constructors
Declared in <bdlt_timetable.h>
Create a default iterator. Note that the behavior of most methods is undefined when used on a default-constructed iterator.
Timetable_ConstIterator();
» more...
Create an iterator having the value of the specified original iterator.
Timetable_ConstIterator(Timetable_ConstIterator const& original);
» more...