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.

Synopsis

Declared in <bdlt_timetable.h>

Timetable_CompactableTransition(
    Time const& time,
    int code);

Created with MrDocs