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, 12] 中。
*this
若存储于 *this 的月份值在范围 [1, 12] 中则为 true 。否则为 false 。