mirror of https://github.com/CGAL/cgal
Add LvaluePropertyMap
This commit is contained in:
parent
8fb620bd7b
commit
26711596c4
|
|
@ -23,6 +23,11 @@ class BidirectionalIterator {};
|
|||
class RandomAccessContainer {};
|
||||
class BackInsertionSequence {};
|
||||
|
||||
/*!
|
||||
See http://www.boost.org/libs/property_map/doc/LvaluePropertyMap.html
|
||||
*/
|
||||
class LvaluePropertyMap {};
|
||||
|
||||
/*!
|
||||
This specifies that the actual type exposed through a `typedef` is
|
||||
implementation specific. It can only be treated through the concepts
|
||||
|
|
|
|||
Loading…
Reference in New Issue