namespace std::chrono {
constexpr bool operator==(const time_zone_link& x, const time_zone_link& y) noexcept; // (1) C++20
}
概要
time_zone_link
同士の等値比較を行う。
戻り値
例外
投げない
備考
- この演算子により、
operator!=
が使用可能になる
バージョン
言語
- C++20
処理系
- Clang: 9.0 ❌
- GCC: 9.2 ❌
- Visual C++: 2019 Update 3 ❌