CGAL 5.5 - 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.
Related Functions | |
(Note that these are not member functions.) | |
template<class T > | |
Identity_property_map< T > | make_identity_property_map (T) |
Free function to create a Identity_property_map property map. | |