This commit is contained in:
Guillaume Damiand 2022-05-06 10:54:01 +02:00
parent 6cc8d48db1
commit ed490a70e6
1 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ The following examples show two possible models of the `GenericMapItems` concept
struct Exemple_Item_2 struct Exemple_Item_2
{ {
typedef CGAL::Tag_true Use_index; // CGAL::Tag_false by default typedef CGAL::Tag_true Use_index; // CGAL::Tag_false by default
typedef std::uint16_t Index_type; // std::uint32_t by default typedef std::uint16_t Index_type; // std::uint32_t by default
template < class GMap > template < class GMap >
struct Dart_wrapper struct Dart_wrapper
{ {
@ -42,14 +42,14 @@ public:
\cgalModifEnd \cgalModifEnd
*/ */
typedef unspecified_type Use_index; typedef unspecified_type Use_index;
/*! /*!
\cgalModifBegin \cgalModifBegin
Number type used for indices when Use_index is CGAL::Tag_true. By default, use std::uint32_t. Number type used for indices when Use_index is CGAL::Tag_true. By default, use std::uint32_t.
\cgalModifEnd \cgalModifEnd
*/ */
typedef unspecified_type Index_type; typedef unspecified_type Index_type;
/*! /*!
Wrapper class defining type of information associated with darts and types of attributes. The class `%Dart_wrapper<Map>` must provide: Wrapper class defining type of information associated with darts and types of attributes. The class `%Dart_wrapper<Map>` must provide: