Standard graph map type for the edges. It conforms to the ReferenceMap concept.
#include <lemon/concepts/bpgraph.h>
Public Member Functions | |
EdgeMap (const BpGraph &) | |
Constructor. | |
EdgeMap (const BpGraph &, T) | |
Constructor with given initial value. | |
Private Member Functions | |
EdgeMap (const EdgeMap &em) | |
Copy constructor. | |
template<typename CMap > | |
EdgeMap & | operator= (const CMap &) |
Assignment operator. |