Galois
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
galois::MinHeap< T, Cmp, Cont >::RevCmp Struct Reference

#include <PriorityQueue.h>

Public Member Functions

 RevCmp (const Cmp &cmp)
 
bool operator() (const T &left, const T &right) const
 

Public Attributes

Cmp cmp
 

Constructor & Destructor Documentation

template<typename T, typename Cmp = std::less<T>, typename Cont = std::vector<T, runtime::Pow_2_BlockAllocator<T>>>
galois::MinHeap< T, Cmp, Cont >::RevCmp::RevCmp ( const Cmp &  cmp)
inlineexplicit

Member Function Documentation

template<typename T, typename Cmp = std::less<T>, typename Cont = std::vector<T, runtime::Pow_2_BlockAllocator<T>>>
bool galois::MinHeap< T, Cmp, Cont >::RevCmp::operator() ( const T &  left,
const T &  right 
) const
inline

Member Data Documentation

template<typename T, typename Cmp = std::less<T>, typename Cont = std::vector<T, runtime::Pow_2_BlockAllocator<T>>>
Cmp galois::MinHeap< T, Cmp, Cont >::RevCmp::cmp

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