ARTS
2.0.49
|
#include <sorting.h>
Public Member Functions | |
IndexComp (const T &data) | |
bool | operator() (Index a, Index b) const |
Private Attributes | |
const T & | m_data |
Functor for the comparison function used by get_sorted_indexes.
Author: Oliver Lemke olemk Date: 2003-08-20 e@co re-du mp.i nfo
Definition at line 57 of file sorting.h.
References IndexComp< T >::m_data.
|
private |
Definition at line 52 of file sorting.h.
Referenced by IndexComp< T >::operator()().