CRBTree::GetValueAt
呼叫這個方法會擷取值儲存在 CRBTree 物件的指定位置。
const V& GetValueAt(
POSITION pos
) const throw( );
V& GetValueAt(
POSITION pos
) throw( );
參數
- pos
位置計數器,傳回由先前對的呼叫方法 (例如 CRBTree::GetHeadPosition 或 CRBTree::FindFirstKeyAfter。
傳回值
傳回值的參考儲存在 CRBTree 物件的指定位置。
需求
Header: atlcoll.h