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
- pos
The position counter, returned by a previous call to methods such as CRBTree::GetHeadPosition or CRBTree::FindFirstKeyAfter.
Return Value
Returns a reference to the value stored at the given position in the CRBTree object.
Requirements
Header: atlcoll.h