Share via


CSimpleMap::GetValueAt

Retrieves the value at the specific index.

TVal& GetValueAt( 
   int nIndex  
) const;

Parameters

  • nIndex
    The index of the value to return.

Return Value

Returns the value referenced by nIndex.

Remarks

The index passed by nIndex must be valid for the return value to be meaningful.

Requirements

Header: atlsimpcoll.h

See Also

Reference

CSimpleMap Class

CSimpleMap::GetKeyAt