Share via


CRBTree::GetValueAt

 

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

Syntax

      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

CRBTree Class
CRBTree::GetAt
CRBTree::GetKeyAt