共用方式為


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