Galois
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
galois::graphs::DistGraph< NodeTy, EdgeTy >::IdLess< GraphNode, ET > Struct Template Reference

used to sort edges in the sort edges function More...

#include <DistributedGraph.h>

Public Member Functions

bool operator() (const galois::graphs::EdgeSortValue< GraphNode, ET > &e1, const galois::graphs::EdgeSortValue< GraphNode, ET > &e2) const
 

Detailed Description

template<typename NodeTy, typename EdgeTy>
template<typename GraphNode, typename ET>
struct galois::graphs::DistGraph< NodeTy, EdgeTy >::IdLess< GraphNode, ET >

used to sort edges in the sort edges function

Member Function Documentation

template<typename NodeTy , typename EdgeTy >
template<typename GraphNode , typename ET >
bool galois::graphs::DistGraph< NodeTy, EdgeTy >::IdLess< GraphNode, ET >::operator() ( const galois::graphs::EdgeSortValue< GraphNode, ET > &  e1,
const galois::graphs::EdgeSortValue< GraphNode, ET > &  e2 
) const
inline

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