Selector class for const vertex iterator.Other graphs may specialize the iterator type, and in order to do that they have to specialize based on the particular property type. More...
Public Types | |
typedef const_vertex_iterator_adaptor< Iterator > | type |
Selector class for const vertex iterator.
Other graphs may specialize the iterator type, and in order to do that they have to specialize based on the particular property type.
Iterator | The type of the iterator. |
Property | The type of the vertex property. |