#include <PriorityQueue.h>
template<typename T, typename Cmp = std::less<T>, typename Cont = std::vector<T, runtime::Pow_2_BlockAllocator<T>>>
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 |
template<typename T, typename Cmp = std::less<T>, typename Cont = std::vector<T, runtime::Pow_2_BlockAllocator<T>>>
The documentation for this struct was generated from the following file: