Galois::Graph::detail::EdgeSortCompWrapper< EdgeSortValueTy, CompTy > Struct Template Reference
Converts comparison functions over EdgeTy to be over EdgeSortValue.
More...
#include <Details.h>
List of all members.
Public Member Functions |
| EdgeSortCompWrapper (const CompTy &c) |
bool | operator() (const EdgeSortValueTy &a, const EdgeSortValueTy &b) const |
Public Attributes |
const CompTy & | comp |
Detailed Description
template<typename EdgeSortValueTy, typename CompTy>
struct Galois::Graph::detail::EdgeSortCompWrapper< EdgeSortValueTy, CompTy >
Converts comparison functions over EdgeTy to be over EdgeSortValue.
Constructor & Destructor Documentation
template<typename EdgeSortValueTy , typename CompTy >
Member Function Documentation
template<typename EdgeSortValueTy , typename CompTy >
Member Data Documentation
template<typename EdgeSortValueTy , typename CompTy >
The documentation for this struct was generated from the following file: