main
if
switch
for
while
do
continue
break
goto
return
sizeof
_Alignof
const
volatile
restrict
struct
union
_Alignas
typedef
_Static_assert
inline
_Noreturn
检查存储于 *this 中的日期是否在合法范围,即 [1, 31] 中。
*this
若存储于 *this 的日期值在范围 [1, 31] 中则为 true 。否则为 false 。