std::chrono::operator==,<=>(std::chrono::time_zone_link)
提供: cppreference.com
<tbody>
</tbody>
| ヘッダ <chrono> で定義
|
||
bool operator==( const std::chrono::time_zone_link& x, const std::chrono::time_zone_link& y ) noexcept; |
(1) | (C++20以上) |
std::strong_ordering operator<=>( const std::chrono::time_zone_link& x, const std::chrono::time_zone_link& y ) noexcept; |
(2) | (C++20以上) |
2つの link オブジェクト x と y を名前で比較します。
戻り値
1)
x.name() == y.name()。2)
x.name() <=> y.name()。