![]() |
#include <CGAL/algorithm.h>
|
| ||||
|
|
| |||
|
returns an iterator
referring to the maximal element among those satifying the
predicate pred in the range [first, last). The
ordering is defined by the operator< on VT where
VT is the value type of ForwardIterator. Requirement: pred is an unary function object: VT bool. | ||||
|
| ||||
|
|
| |||
|
return an
iterator referring to the maximal element among those satifying
the predicate pred in the range [first, last).
The ordering is defined by comp. Requirement: comp is a binary function object: VT VT bool where VT is the value type of ForwardIterator. pred is an unary function object: VT bool. | ||||