CSimpleMap::GetKeyAt
检索键位于指定索引处。
TKey& GetKeyAt(
int nIndex
) const;
参数
- nIndex
要返回的键的索引。
返回值
返回 nIndex引用的键。
备注
nIndex 传递的索引必须是有效的为了返回值可以是有意义的。
要求
Header: atlsimpcoll.h
检索键位于指定索引处。
TKey& GetKeyAt(
int nIndex
) const;
返回 nIndex引用的键。
nIndex 传递的索引必须是有效的为了返回值可以是有意义的。
Header: atlsimpcoll.h