Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
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 138 of file Coloring.h.

Member Function Documentation

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 142 of file Coloring.h.


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