Iterator_T::FindNext

BOOL Iterator_T::FindNext(element_t elem)

Finds the next element equal to the specified after 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