Navigation:
Up
Table of Contents
Package Overview
Bibliography
Index
Title
Acknowledging CGAL
CGAL::successor
This function is deprecated.
CGAL::cpp0x::next
should be used instead.
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:
cpp0x::copy_n
Navigation:
Up
Table of Contents
Package Overview
Bibliography
Index
Title
Acknowledging CGAL
CGAL Open Source Project
. Release 4.1. 23 October 2012.