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