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