CGAL::Compare_to_less<F>

Definition

The class Compare_to_less<F> is used to convert a functor which returns a Comparison_result to a predicate (returning bool) : it will return true iff the return value of F is SMALLER. The class is used in conjunction with the compare_to_less function; see there for an explanation on how exactly the functors are combined.

#include <CGAL/function_objects.h>

Types

Compare_to_less<F>::Type
type of the composed functor.

See Also

CGAL::compare_to_less
AdaptableFunctor