getCurrent

此方法由迭代器用来获取列表中当前位置处的元素。

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

这是位置

返回

列表中当前位置处的元素 (Concept)


反馈