Navigation:
Up
,
Table of Contents
,
Bibliography
,
Index
,
Title Page
CGAL::predecessor
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
Next:
successor
Navigation:
Table of Contents
,
Bibliography
,
Index
,
Title Page
The
CGAL Project
. Tue, December 21, 2004 .