Limbo 3.5.4
Loading...
Searching...
No Matches
limbo::algorithms::coloring::Coloring< GraphType >::EdgeHashType Struct Reference

hasher class for graph_edge_type More...

#include <Coloring.h>

Inheritance diagram for limbo::algorithms::coloring::Coloring< GraphType >::EdgeHashType:

Public Member Functions

std::size_t operator() (graph_edge_type const &e) const

Detailed Description

template<typename GraphType>
struct limbo::algorithms::coloring::Coloring< GraphType >::EdgeHashType

hasher class for graph_edge_type

Definition at line 141 of file Coloring.h.

Member Function Documentation

◆ operator()()

template<typename GraphType>
std::size_t limbo::algorithms::coloring::Coloring< GraphType >::EdgeHashType::operator() ( graph_edge_type const & e) const
inline

API to get edge hash value

Parameters
eedge

Definition at line 145 of file Coloring.h.


The documentation for this struct was generated from the following file: