Navigation:
Up
Table of Contents
Package Overview
Bibliography
Index
Title
Acknowledging CGAL
CGAL::compare_to_less
Definition
The function
compare_to_less
is used to change a functor returning a
Comparison_result
to one which returns a bool. The returned functor will return
true
iff the original one returns
SMALLER
.
#include <
CGAL/function_objects.h
>
template < class F >
Compare_to_less
< F >
compare_to_less ( F f)
returns a functor equivalent to
f
, but which returns a bool instead of a
Comparison_result
.
See Also
CGAL::Compare_to_less<F>
Next:
Compare_to_less<F>
Navigation:
Up
Table of Contents
Package Overview
Bibliography
Index
Title
Acknowledging CGAL
CGAL Open Source Project
. Release 4.0.1. 2 July 2012.