Property map that accesses the first item of a std::pair.
#include <CGAL/property_map.h>
template<typename Pair>
struct First_of_pair_property_map;
Parameters
boost::put_get_helper< Pair::first_type& , First_of_pair_property_map<Pair> >
Model of boost::LvaluePropertyMap concept.
| |
Constructor.
|
| ||||
|
|
Access a property map element.
|
| ||
| ||
Free function to create a First_of_pair_property_map property map. |
CGAL::Second_of_pair_property_map<Pair>
See property_map.cpp example.