CSimpleMap::GetValueAt

检索值在该枚举索引。

TVal& GetValueAt(
   int nIndex 
) const;

参数

  • nIndex
    返回的值的索引。

返回值

返回 nIndex引用的值。

备注

nIndex 传递的索引必须是有效的为了返回值可以是有意义的。

要求

Header: atlsimpcoll.h

请参见

参考

CSimpleMap选件类

CSimpleMap::GetKeyAt