Function

CGAL::cpp0x::prev

If C++0x is available the function std::prev is imported into the namespace CGAL::cpp0x, otherwise CGAL::cpp0x::prev is declared with the signature as given in § 24.4.4 of the ISO C++ Standard and forwarded to boost::prior.

Definition

The function returns the result of operator-- on a BidirectionalIterator. The exact behaviour is described in § 24.4.4 of the C++ standard draft N3242.

#include <CGAL/algorithm.h>

See Also

boost::prior
CGAL::cpp0x::next