#include <py2cpp/nx2bgl.hpp>
template<typename Graph>
EdgeView class
| Template parameters | |
|---|---|
| Graph | |
Constructors, destructors, conversion operators
- EdgeView(const Graph& gra) explicit
- Construct a new Edge View object.
Public functions
Function documentation
template<typename Graph>
py:: EdgeView<Graph>:: EdgeView(const Graph& gra) explicit
Construct a new Edge View object.
| Parameters | |
|---|---|
| gra in | |
template<typename Graph>
auto py:: EdgeView<Graph>:: end() const
| Returns | auto |
|---|
template<typename Graph>
auto py:: EdgeView<Graph>:: cbegin() const
| Returns | auto |
|---|
template<typename Graph>
auto py:: EdgeView<Graph>:: cend() const
| Returns | auto |
|---|