Sorting pointers to (index,value) pairs in value order. More...
#include <element.hh>
Public Member Functions | |
ByVal (const IdxVal *iv) | |
Initialize with index value pairs. | |
bool | operator() (Idx &i, Idx &j) |
Compare pairs at positions i and j. | |
Protected Attributes | |
const IdxVal * | iv |
Index-value pairs. | |
Sorting pointers to (index,value) pairs in value order.
Definition at line 141 of file element.hh.
|
inline |
|
inline |
|
protected |
Index-value pairs.
Definition at line 143 of file element.hh.