std::chrono::operator ==,!=,<,<=,>,>= (std::chrono::year_month_weekday)
From cppreference.com
< cpp | chrono | year month weekday
constexpr bool operator==(const year_month_weekday& x, const year_month_weekday& y) noexcept; |
(since C++20) | |
constexpr bool operator!=(const year_month_weekday& x, const year_month_weekday& y) noexcept; |
(since C++20) | |