STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::sequential::bgl_ve_view< Iter > Class Template Reference

View on the vertices. The vertices are accessible with iterators. More...

Public Member Functions

 bgl_ve_view (Iter &_cref1, Iter &_cref2)
 Initializes a view with 2 iterators : The begin and the end. More...
 
iterator begin () const
 
iterator end () const
 

Public Types

typedef Iter iterator
 

Detailed Description

template<class Iter>
class stapl::sequential::bgl_ve_view< Iter >

View on the vertices. The vertices are accessible with iterators.

Template Parameters
Iteriterator type.

Constructor & Destructor Documentation

◆ bgl_ve_view()

template<class Iter >
stapl::sequential::bgl_ve_view< Iter >::bgl_ve_view ( Iter &  _cref1,
Iter &  _cref2 
)

Initializes a view with 2 iterators : The begin and the end.

Parameters
_cref1,_cref2The begin and end iterators.

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