Поделиться через


CRBTree::FindFirstKeyAfter

Call this method to find the position of the element that uses the next available key.

POSITION FindFirstKeyAfter(
   KINARGTYPE key 
) const throw( );

Параметры

  • key
    A key value.

Возвращаемое значение

Returns the position value of the element that uses the next available key. If there are no more elements, NULL is returned.

Заметки

This method makes it easy to traverse the tree without having to calculate position values beforehand.

Требования

Header: atlcoll.h

См. также

Основные понятия

CRBTree Class

CRBTree Members