Less-than operators
Declared in <bdlt_date.h>
Return true if the specified lhs date is earlier than the specified rhs date, and false otherwise.
bool
operator<(
Date const& lhs,
Date const& rhs);
» more...
Return true if lhs is less than rhs.
bool
operator<(
Datetime const& lhs,
Datetime const& rhs);
» more...
Return true if the specified lhs interval is less than rhs.
bool
operator<(
DatetimeInterval const& lhs,
DatetimeInterval const& rhs);
» more...
Return true if lhs is earlier than rhs.
bool
operator<(
Time const& lhs,
Time const& rhs);
» more...
Return true if lhs daily timetable is less than rhs.
bool
operator<(
Timetable_Day const& lhs,
Timetable_Day const& rhs);
» more...
Return true if timetable transition lhs is less than rhs.
bool
operator<(
TimetableTransition const& lhs,
TimetableTransition const& rhs);
» more...
Return true if timetable transition lhs is less than datetime rhs.
bool
operator<(
TimetableTransition const& lhs,
Datetime const& rhs);
» more...
Return true if datetime lhs is less than timetable transition rhs.
bool
operator<(
Datetime const& lhs,
TimetableTransition const& rhs);
» more...
Return true if compactable transition lhs is less than rhs.
bool
operator<(
Timetable_CompactableTransition const& lhs,
Timetable_CompactableTransition const& rhs);
» more...
Return true if compactable transition lhs is less than time rhs.
bool
operator<(
Timetable_CompactableTransition const& lhs,
Time const& rhs);
» more...
Return true if time lhs is less than compactable transition rhs.
bool
operator<(
Time const& lhs,
Timetable_CompactableTransition const& rhs);
» more...
true if lhs is earlier than rhstrue if lhs is less than rhstrue if lhs is less than rhs, and false otherwisetrue if lhs is earlier than rhs, and false otherwise| Name | Description |
|---|---|
| lhs | left-hand date operand |
| rhs | right-hand date operand |