CGAL 5.1.3 - Combinatorial Maps
CGAL::Generic_map_min_items Struct Reference

#include <CGAL/Generic_map_min_items.h>

Definition

The class Generic_map_min_items defines void as the information associated with darts, and no attribute is enabled.

Is Model Of:
GenericMapItems

Example

The following example shows the implementation of the Generic_map_min_items class.

struct Generic_map_min_items
{
template <class CMap>
struct Dart_wrapper
{};
};
See also
Combinatorial_map<d,Items,Alloc>
Generalized_map<d,Items,Alloc>