Return whether lhs is ordered before rhs by UTC time.
Declared in <baltzo_zoneinfo.h>
bool
operator<(
ZoneinfoTransition const& lhs,
ZoneinfoTransition const& rhs);
Return true if the value of the specified lhs is less than (ordered before) the value of the specified rhs. Note that the value of lhs is less than the value of rhs if the value of the utcTime attribute of lhs is less than the value of the utcTime attribute of rhs.
true if lhs.utcTime() is less than rhs.utcTime()
| Name | Description |
|---|---|
| lhs | left-hand transition |
| rhs | right-hand transition |