跳过获取区中的 count 个字符。通过令获取指针前进 count 个字符。不为下溢做检查。
count
(无)
因为此函数接收 int ,故它无法操纵大于 std::numeric_limits<int>::max() 字符的缓冲区( LWG 255 )。
int
std::numeric_limits<int>::max()