Edge Mutable Graph

The Edge Mutable Graph concept defines the interface for a graph that supports the addition and removal of edges.

Refinement of

Graph

Associated Types

No additional associated types.

Valid Expressions


Complexity guarantees

For further details refer http://www.boost.org/libs/graph/doc/EdgeMutableGraph.html .


See

Graph concepts

Copyright © 2000-2001
Jeremy Siek, Indiana University ([email protected])
Top