transforms collection to collection of pairs consecutive elements of the input collection. The last element and the first element are considered consecutive. More...
#include <vertex_to_edge_iterator.hpp>
Public Member Functions | |
vertex_to_edge_iterator (vertex_iterator b, vertex_iterator e) | |
constructor More... | |
vertex_to_edge_iterator & | operator++ () |
operator++ post increment More... | |
vertex_to_edge_iterator | operator++ (int) |
operator++ pre increment More... | |
bool | operator!= (vertex_to_edge_iterator ei) const |
operator != More... | |
bool | operator== (vertex_to_edge_iterator ei) const |
operator== More... | |
const Edge *const | operator-> () const |
operator-> More... | |
const Edge & | operator* () const |
operator* More... | |
transforms collection to collection of pairs consecutive elements of the input collection. The last element and the first element are considered consecutive.
vertex_iterator |
Definition at line 32 of file vertex_to_edge_iterator.hpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |