Wrapper to provide an edge view for the adjacents of a vertex.
More...
|
|
| ve_view (C &cref) |
| | Create an edge view around the specified edgelist.
|
| |
|
iterator | begin () const |
| | Return the beginning of the edgelist.
|
| |
|
iterator | end () const |
| | Return the end of the edgelist.
|
| |
|
size_t | size () const |
| | Return the size of the edgelist.
|
| |
|
|
typedef Iter::value_type | reference |
| |
|
typedef Iter::value_type | value_type |
| |
|
typedef Iter | iterator |
| |
template<class C, class Iter>
class stapl::sequential::ve_view< C, Iter >
Wrapper to provide an edge view for the adjacents of a vertex.
- Template Parameters
-
| C | The edgelist container type. |
| Iter | The type of the adjacent edge iterator. |
The documentation for this class was generated from the following file: