setAt

setAt 方法會在集合的給定索引處,插入指定的元素。

可見性
Public
簽章
int setAt(int index, const void* p)
參數
索引

要將新元素新增至的索引

p

要新增的元素

傳回

此方法會傳回下列其中一項值:


意見回饋