CSimpleMap::SetAtIndex
Sets the key and value at a specified index.
BOOL SetAtIndex(
int nIndex,
const TKey& key,
const TVal& val
);
Параметры
nIndex
The index, referencing the key and value pairing to change.key
The new key.val
The new value.
Возвращаемое значение
Returns TRUE if successful, FALSE if the index was not valid.
Заметки
Updates both the key and value pointed to by nIndex.
Требования
Header: atlsimpcoll.h