setAt

此方法會在陣列的給定索引處,插入指定的元素。

可見性
Public
簽章
void setAt(int index, const Concept& c)
參數
索引

要將新元素新增至的索引

c

要新增的元素


回饋