CSimpleMap::GetKeyAt

检索键位于指定索引处。

TKey& GetKeyAt(
   int nIndex 
) const;

参数

  • nIndex
    要返回的键的索引。

返回值

返回 nIndex引用的键。

备注

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

要求

Header: atlsimpcoll.h

请参见

参考

CSimpleMap选件类

CSimpleMap::GetValueAt