Loading [MathJax]/extensions/TeX/newcommand.js
\newcommand{\E}{\mathrm{E}} \newcommand{\A}{\mathrm{A}} \newcommand{\R}{\mathrm{R}} \newcommand{\N}{\mathrm{N}} \newcommand{\Q}{\mathrm{Q}} \newcommand{\Z}{\mathrm{Z}} \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }
CGAL 5.0 - Combinatorial Maps
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
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>