|
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Member functions | ||||
| Nonmember functions | ||||
operator==operator<=> |
Defined in header <chrono> | ||
bool operator==(conststd::chrono::time_zone& x, conststd::chrono::time_zone& y)noexcept; | (1) | (since C++20) |
std::strong_ordering operator<=>(conststd::chrono::time_zone& x, conststd::chrono::time_zone& y)noexcept; | (2) | (since C++20) |
Compares the twotime_zone valuesx andy by name.
The<,<=,>,>=, and!= operators aresynthesized fromoperator<=> andoperator== respectively.