main
if
switch
for
while
do
continue
break
goto
return
sizeof
_Alignof
const
volatile
restrict
struct
union
_Alignas
typedef
_Static_assert
inline
_Noreturn
std::stack
检查底层容器是否为空,即是否 c.empty() 。
(无)
若底层容器为空则为 true ,否则为 false 。
常数