mirror of https://github.com/CGAL/cgal
14 lines
288 B
C++
14 lines
288 B
C++
/*!
|
|
\ingroup PkgSTLExtensionConcepts
|
|
\cgalConcept
|
|
|
|
The concept `Descriptor` allows to describe a unique object in an abstract model.
|
|
|
|
\cgalRefines{DefaultConstructible,CopyConstructible,Assignable,EqualityComparable}
|
|
|
|
\cgalHasModel `Index`
|
|
\cgalHasModel `Handle`
|
|
*/
|
|
|
|
class Descriptor {};
|