#include <SortedPermutation.h>
Comparison operator used to compute sorted permutations of a container. The comparison operator of two indices compares the corresponding entries of the container. The container must allow random access.
Public Attributes | |
const Container & | values |
Public Member Functions | |
CompareIndirect (const Container &v) | |
bool | operator() (unsigned i, unsigned j) const |
const Container& sofa::helper::CompareIndirect< Container >::values |
|
inline |
|
inline |