CGAL::Tag_false

Definition

The typedef Tag_false is Boolean_tag<false>. It is used to indicate, for example, that a certain feature is not available in a class.

#include <CGAL/tags.h>

static const bool value; is false

See Also

CGAL::Boolean_tag<bool value>
CGAL::Tag_true