38struct std::hash<
cgrapht::DefaultEdge> {
A library supplied edge type.
DefaultEdge(const std::size_t id)
The constructor accepting a stze_t type argument that it uses as hash later.
std::size_t id
User passed ID parameter that is used as the hash value.
bool operator==(const DefaultEdge &other) const =default