Chombo + EB + MF
3.2
|
Compares m_a[i] > m_a[j]. More...
#include <InsertionSort.H>
Public Member Functions | |
CmpGreaterIndex (const T *const a) | |
bool | operator() (const int i, const int j) const |
Private Attributes | |
const T *const | m_a |
Compares m_a[i] > m_a[j].
Allows for sorting an index instead of the actual array
|
inline |
|
inline |
References Sort::CmpGreaterIndex< T >::m_a.
|
private |
Referenced by Sort::CmpGreaterIndex< T >::operator()().