CGAL::Min<NT,Compare>

Definition

The function object class Min<NT,Compare> returns the smaller of two values. The default value for Compare is std::less.

#include <CGAL/number_utils_classes.h>

Is Model for the Concepts

AdaptableFunctor

NT f ( NT ntval1, NT ntval2)
returns the smaller of ntval1 and ntval2.