CRBTree::GetTailPosition

Call this method to get the position value for the element at the tail of the tree.

POSITION GetTailPosition( ) const throw( );

Return Value

Returns the position value for the element at the tail of the tree.

Remarks

The value returned by GetTailPosition can be used with methods such as CRBTree::GetKeyAt or CRBTree::GetPrev to traverse the tree and retrieve values.

Requirements

Header: atlcoll.h

See Also

Reference

CRBTree Class

CRBTree::GetHeadPosition

Other Resources

CRBTree Members