RemoveRange

リストから要素の範囲を削除します。

bool RemoveRange(
  const int  start_index,     // 開始インデックス
  const int  count            // 要素数
  );

パラメータ

start_index

[in] 削除開始インデックス

count

[in]  削除される要素の数

戻り値

成功の場合はtrue、それ以外の場合はfalseを返します。