|
CGAL 6.1.3 - CGAL and Boost Property Maps
|
#include <CGAL/property_map.h>
A LvaluePropertyMap property map mapping a key to itself (by reference).
It is mutable if T is not const and non-mutable otherwise.
LvaluePropertyMap Related Symbols | |
(Note that these are not member symbols.) | |
| template<class T> | |
| Identity_property_map< T > | make_identity_property_map (T) |
| Free function to create a Identity_property_map property map. | |