PSCF v1.4.0
Pscf::Sort::Item< T > Struct Template Reference

Struct with value and index, to keep track of permutation. More...

#include <Sort.h>

Detailed Description

template<typename T>
struct Pscf::Sort::Item< T >

Struct with value and index, to keep track of permutation.

The sort function sorts Item objects in ascending order of the "value" member variable. The id member variable is an immutable integer identifier that is unchanged by sorting.

Definition at line 37 of file Sort.h.


The documentation for this struct was generated from the following file: