main
if
switch
for
while
do
continue
break
goto
return
sizeof
_Alignof
const
volatile
restrict
struct
union
_Alignas
typedef
_Static_assert
inline
_Noreturn
跳过获取区中的 count 个字符。通过令获取指针前进 count 个字符。不为下溢做检查。
count
(无)
因为此函数接收 int ,故它无法操纵大于 std::numeric_limits<int>::max() 字符的缓冲区( LWG 255 )。
int
std::numeric_limits<int>::max()