Property map that accesses the Nth item of a boost::tuple.
#include <CGAL/property_map.h>
template<int N, typename Tuple>
struct Nth_of_tuple_property_map;
Parameters
boost::put_get_helper< boost::tuples::element<N, Tuple>::type& , Nth_of_tuple_property_map<N, Tuple> >
Model of boost::LvaluePropertyMap concept.
| |
typedef to Tuple*
| |
| |
typedef to boost::tuples::element<N, Tuple>::type
| |
| |
typedef to value_type&
| |
| |
boost::lvalue_property_map_tag
|
| |
Constructor.
|
| ||||
|
|
Access a property map element.
|
| ||
| ||
Free function to create a Nth_of_tuple_property_map property map. |
See property_map.cpp example.