CRBTree::GetValueAt

 

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

语法

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

参数

返回值

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

要求

Header: atlcoll.h

请参阅

CRBTree Class
CRBTree::GetAt
CRBTree::GetKeyAt