setAt

setAt 方法用于将指定元素插入集合中的指定下标处。

可见性
Public
特征符
int setAt(int index, const void* p)
参数
index

这是要在其处添加新元素的下标

p

这是要添加的元素

返回

此方法返回以下某个值:


反馈