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