CGAL::cpp0x::next
There is actually no function in namespace CGAL::cpp0x with
this name, but a using declaration which imports a function from
another namespace. By order of priority: the one in namespace
std is used (provided by C++0x), if not found, then the one in
namespace boost is used.
Definition
The function returns the result of operator++ on
a ForwardIterator. The exact behaviour is described in § 24.4.4 of the C++ standard draft
N3242.
#include <CGAL/algorithm.h>
See Also
boost::next
CGAL::cpp0x::prev