Iterator_T::FindNext
BOOLIterator_T::FindNext(element_telem)
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