CSimpleMap::RemoveAt

移除键和关联的值位于指定索引处。

BOOL RemoveAt(
   int nIndex 
);

参数

  • nIndex
    移除的键和关联的值的索引。

返回值

因此,如果指定的索引是无效的索引,返回在成功,FALSE的TRUE。

要求

Header: atlsimpcoll.h

请参见

参考

CSimpleMap选件类

CSimpleMap::RemoveAll

CSimpleMap::Remove