Create a compactable transition with time and code.
Declared in <bdlt_timetable.h>
Timetable_CompactableTransition(
Time const& time,
int code);
Create a Timetable_CompactableTransition having the specified time and code. The behavior is undefined unless 24 > time.hour() and 0 <= code || k_UNSET_TRANSITION_CODE == code.
| Name | Description |
|---|---|
| time | transition time |
| code | transition code |