Comparison struct used by sort. More...
Public Member Functions | |
index_cmp (const T arr) | |
Comparison index. | |
bool | operator() (const size_t a, const size_t b) const |
Comparison operator. | |
Public Attributes | |
const T | arr |
Array. | |
Comparison struct used by sort.