getFirst

getFirst 方法用于获取容器中的第一个元素。

可见性
Public
特征符
virtual void getFirst(void*& pos) const=0;
参数
pos

指定容器中的第一个位置


反馈