Template Struct AttributizedEdge

Struct Documentation

template<typename T>
struct AttributizedEdge

Public Functions

inline AttributizedEdge(node ego, node alter, edgeid eid, T v)
inline bool operator<(const AttributizedEdge<T> &other) const
inline bool operator>(const AttributizedEdge<T> &other) const
inline bool operator==(const AttributizedEdge<T> &other) const

Public Members

node ego
node alter
edgeid eid
T value