Loading [MathJax]/extensions/TeX/newcommand.js
\newcommand{\E}{\mathrm{E}} \newcommand{\A}{\mathrm{A}} \newcommand{\R}{\mathrm{R}} \newcommand{\N}{\mathrm{N}} \newcommand{\Q}{\mathrm{Q}} \newcommand{\Z}{\mathrm{Z}} \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }
CGAL 5.0 - CGAL and Boost Property Maps
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules 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.