Return true if compactable transition lhs is less than rhs.
Declared in <bdlt_timetable.h>
bool
operator<(
Timetable_CompactableTransition const& lhs,
Timetable_CompactableTransition const& rhs);
Return true if the specified lhs has a value less than the specified rhs, and false otherwise. Compactable transition lhs has a value less than compactable transition rhs if lhs.time() < rhs.time(), or lhs.time() == rhs.time() and lhs.code() < rhs.code().
true if lhs is less than rhs
| Name | Description |
|---|---|
| lhs | first compactable transition |
| rhs | second compactable transition |