50 class IndexComp :
public binary_function<Index, Index, bool>
59 return (m_data[a] < m_data[b]);
78 template <
typename T>
void 84 for (
typename T::const_iterator it = data.begin (); it != data.end (); ++it)
INDEX Index
The type to use for all integer numbers and indices.
This file contains the definition of Array.
bool operator()(Index a, Index b) const
void get_sorted_indexes(ArrayOfIndex &sorted, const T &data)
get_sorted_indexes
This can be used to make arrays out of anything.