CGAL 6.2 - STL Extensions for CGAL
Loading...
Searching...
No Matches
CGAL::Parallel_tag Struct Reference

#include <CGAL/tags.h>

Inherits from

CGAL::Sequential_tag.

Definition

Tag used to enable concurrency.

For example, it may be used by a user to request the parallel version of an algorithm.

Static Public Attributes

static constexpr bool is_parallel = true
 
- Static Public Attributes inherited from CGAL::Sequential_tag
static constexpr bool is_parallel = false