25 Time library [time]

25.10 Time zones [time.zone]

25.10.9 Class link [time.zone.link]

25.10.9.3 Non-member functions [time.zone.link.nonmembers]

bool operator==(const link& x, const link& y) noexcept;
Returns: x.name() == y.name().
bool operator<(const link& x, const link& y) noexcept;
Returns: x.name() < y.name().