Navigation:
Up
,
Table of Contents
,
Bibliography
,
Index
,
Title Page
CGAL::successor
Definition
The function
successor
returns the next iterator, i.e. the result of
operator++
on a forward iterator.
#include <
CGAL/algorithm.h
>
template <class ForwardIterator>
ForwardIterator
successor
( ForwardIterator it)
returns
++it
.
See Also
CGAL::predecessor
Next:
copy_n
Navigation:
Table of Contents
,
Bibliography
,
Index
,
Title Page
The
CGAL Project
. Tue, December 21, 2004 .