CGAL::is_valid

Definition

Not all values of a type need to be valid. The function is_valid returns whether the argument is valid.

#include <CGAL/utils.h>

bool is_valid ( T x)

See Also

Is_valid