Navigation:
Up
,
Table of Contents
,
Package Overview
,
Bibliography
,
Index
,
Title Page
,
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 Page
,
Acknowledging CGAL
CGAL Open Source Project
. Release 3.3.1. 25 August 2007.