Function

CGAL::predecessor

This function is deprecated. CGAL::cpp0x::prev should be used instead.

Definition

The function predecessor returns the previous iterator, i.e. the result of operator-- on a bidirectional iterator.

#include <CGAL/algorithm.h>

template <class BidirectionalIterator>
BidirectionalIterator predecessor ( BidirectionalIterator it)
returns --it.

See Also

CGAL::successor