比较二个 std::chrono::weekday x 和 y 。
x
y
x.c_encoding() == y.c_encoding()
weekday 不支持 < 、 <= 、 > 和 >= 运算符,因为在哪天是星期的首日上没有普遍的共识。
weekday
<
<=
>
>=