STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::sequential::select_vertex_iterator< Iterator, Property > Struct Template Reference

Selector class for 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 vertex_iterator_adaptor< Iterator > type
 

Detailed Description

template<class Iterator, class Property>
struct stapl::sequential::select_vertex_iterator< Iterator, Property >

Selector class for 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.

Template Parameters
IteratorThe type of the iterator.
PropertyThe type of the vertex property.

The documentation for this struct was generated from the following file: