Iterator_T::FindPrev

BOOL Iterator_T::FindPrev(element_t elem)

Finds the previous element equal to the specified before the current iterator position. If found, TRUE is returned and the iterator is moved.

Defined in: Collect.h

Parameters

elem

The element to search for

See Also

Iterator_T