std::chrono::operator ==,!= (std::chrono::weekday_last)
提供: cppreference.com
<tbody>
</tbody>
constexpr bool operator==(const std::chrono::weekday_last& x, const std::chrono::weekday_last& y) noexcept; |
(1) | (C++20以上) |
constexpr bool operator!=(const std::chrono::weekday_last& x, const std::chrono::weekday_last& y) noexcept; |
(2) | (C++20以上) |
2つの weekday_last オブジェクト x と y を比較します。
戻り値
1)
x.weekday() == y.weekday()1)
x.weekday() != y.weekday()