getCurrent

getCurrent 方法由迭代器用来获取集合中当前位置处的元素。

可见性
Public
特征符
void* getCurrent(void* pos) const
参数
pos

这是要检索的元素的位置

返回

集合中当前位置处的元素


反馈