CGAL 5.1 - STL Extensions for CGAL
CGAL::Boolean_tag< value > Struct Template Reference

#include <CGAL/tags.h>

Definition

template<typename bool value>
struct CGAL::Boolean_tag< value >

Depending on bool value the class Boolean_tag indicates that something is true or false respectively.

See also
CGAL::Tag_true
CGAL::Tag_false

Constants

static const bool value
 

Member Data Documentation

◆ value

template<typename bool value>
const bool CGAL::Boolean_tag< value >::value
static