CAtlMap::GetValueAt

调用此方法检索值存储在 CAtlMap 对象的特定位置。

V& GetValueAt(
   POSITION pos 
) throw( );
const V& GetValueAt(
   POSITION pos 
) const throw( );

参数

返回值

返回对该值存储在 CAtlMap 对象的特定位置。

要求

Header: atlcoll.h

请参见

参考

CAtlMap选件类

CAtlMap::SetValueAt