main
if
switch
for
while
do
continue
break
goto
return
sizeof
_Alignof
const
volatile
restrict
struct
union
_Alignas
typedef
_Static_assert
inline
_Noreturn
从字符串移除末字符。
等价于 erase(end() - 1, 1) 。若字符串为空则行为未定义。
(无)
常数。
不抛出。