Freigeben über


CRBTree::GetValueAt

Call this method to retrieve the value stored at a given position in the CRBTree object.

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

Parameters

Return Value

Returns a reference to the value stored at the given position in the CRBTree object.

Requirements

Header: atlcoll.h

See Also

Concepts

CRBTree Class

CRBTree Members

CRBTree::GetAt

CRBTree::GetKeyAt