CGAL::Is_one<NT>

Definition

The function Is_one<NT> determines if a value is equal to 1 or not.

#include <CGAL/number_utils_classes.h>

Is Model for the Concept

AdaptableFunctor

bool f ( NT ntval) returns true if ntval is 1 and false otherwise.