Return true if time lhs is less than compactable transition rhs.
Synopsis
Declared in <bdlt_timetable.h>
bool
operator<(
Time const& lhs,
Timetable_CompactableTransition const& rhs);
Description
Return true if the specified lhs has a value less than the specified rhs, and false otherwise. Time lhs has a value less than compactable transition rhs if lhs < rhs.time(). The behavior is undefined unless 24 > lhs.hour().
Return Value
true if lhs is less than rhs
Parameters
Name |
Description |
lhs |
time to compare |
rhs |
compactable transition to compare |
Created with MrDocs