Поделиться через


CSimpleMap::RemoveAt

Removes a key and associated value at the specified index.

BOOL RemoveAt(
   int nIndex 
);

Параметры

  • nIndex
    The index of the key and associated value to remove.

Возвращаемое значение

Returns TRUE on success, FALSE if the index specified is an invalid index.

Требования

Header: atlsimpcoll.h

См. также

Основные понятия

CSimpleMap Class

CSimpleMap Members

CSimpleMap::RemoveAll

CSimpleMap::Remove