Navigation:
Up
Table of Contents
Package Overview
Bibliography
Index
Title
Acknowledging CGAL
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:
Up
Table of Contents
Package Overview
Bibliography
Index
Title
Acknowledging CGAL
CGAL Open Source Project
. Release 3.6.1. 29 June 2010.