main
if
switch
for
while
do
continue
break
goto
return
sizeof
_Alignof
const
volatile
restrict
struct
union
_Alignas
typedef
_Static_assert
inline
_Noreturn
比较二个 std::chrono::weekday x 和 y 。
x
y
x.c_encoding() == y.c_encoding()
weekday 不支持 < 、 <= 、 > 和 >= 运算符,因为在哪天是星期的首日上没有普遍的共识。
weekday
<
<=
>
>=