CGAL 6.0 - Combinatorial Maps
Loading...
Searching...
No Matches
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.

{
template <class CMap>
struct Dart_wrapper
{};
};
The class Generic_map_min_items defines void as the information associated with darts,...
Definition: Generic_map_min_items.h:28
See also
Combinatorial_map<d,Items,Alloc>
Generalized_map<d,Items,Alloc>