std::chrono::operator==(std::chrono::weekday_last)

< cpp‎ | chrono‎ | weekday last
constexpr bool operator==(const std::chrono::weekday_last& x,
                          const std::chrono::weekday_last& y) noexcept;
(C++20 起)

比较二个 weekday_last 对象 xy

返回值

x.weekday() == y.weekday()