getAt

此方法用于返回在指定位置处找到的元素。

可见性
Public
特征符
Concept& getAt(int i) const;
参数
i

这是要获取的元素的位置

返回

在指定位置处找到的元素


反馈