All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Types | Public Member Functions | List of all members
paal::edge_hash< Graph, Enable > Struct Template Reference

hash for edge_descriptor in bgl, undirected version More...

#include <hash.hpp>

Public Types

typedef boost::graph_traits
< Graph >::edge_descriptor 
Edge
 

Public Member Functions

std::size_t operator() (const Edge &e) const
 operator() More...
 

Detailed Description

template<typename Graph, class Enable = void>
struct paal::edge_hash< Graph, Enable >

hash for edge_descriptor in bgl, undirected version

Template Parameters
Graph
Enable

Definition at line 32 of file hash.hpp.

Member Function Documentation

template<typename Graph , class Enable = void>
std::size_t paal::edge_hash< Graph, Enable >::operator() ( const Edge &  e) const
inline

operator()

Parameters
e
Returns

Definition at line 41 of file hash.hpp.


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