Share via


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

Reference

CRBTree Class

CRBTree::GetAt

CRBTree::GetKeyAt

Other Resources

CRBTree Members