CGAL 4.9 - CGAL and Boost Property Maps
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL::Input_iterator_property_map< InputIterator > Struct Template Reference

#include <CGAL/property_map.h>

Public Types

typedef InputIterator key_type
 
typedef std::iterator_traits
< InputIterator >::value_type 
value_type
 
typedef std::iterator_traits
< InputIterator >::reference 
reference
 
typedef
boost::readable_property_map_tag 
category
 

Friends

reference get (Input_iterator_property_map< InputIterator >, InputIterator it)
 Free function to use a get the value from an iterator using Input_iterator_property_map.