Template Struct filtered_edge

Struct Documentation

template<typename T>
struct filtered_edge

Public Functions

inline filtered_edge()
inline filtered_edge(const size_t &s, const size_t &t, const T &r)
inline bool operator<(const filtered_edge &other) const

Public Members

size_t s
size_t t
T r