CGAL::enum_cast

#include <CGAL/functions_on_enums.h>

template < typename T, typename U >
T enum_cast ( U u) converts between the various enums provided by the CGAL kernel. The conversion preserves the order of the values.

See Also

CGAL::Sign
CGAL::Comparison_result
CGAL::Orientation
CGAL::Oriented_side
CGAL::Bounded_side
CGAL::Angle
CGAL::Uncertain<T>