Create a compactable transition with time and code.
Synopsis
Declared in <bdlt_timetable.h>
Timetable_CompactableTransition(
Time const& time,
int code);
Description
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.
Parameters
Name |
Description |
time |
transition time |
code |
transition code |
Created with MrDocs