48 class IndexComp :
public binary_function<Index, Index, bool> {
77 for (
typename T::const_iterator it = data.begin(); it != data.end(); ++it) {
INDEX Index
The type to use for all integer numbers and indices.
G0 G2 FVC Y DV Numeric Numeric Numeric Zeeman LowerQuantumNumbers void * data
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.