SAF
|
Helper struct for sorting a vector of integers using 'qsort'. More...
Data Fields | |
int | val |
value | |
int | idx |
corresponding index, so that the sorting functions may also return the sorted indexes if required | |
Helper struct for sorting a vector of integers using 'qsort'.
Definition at line 30 of file saf_utility_sort.c.
int saf_sort_int::idx |
corresponding index, so that the sorting functions may also return the sorted indexes if required
Definition at line 32 of file saf_utility_sort.c.
int saf_sort_int::val |
value
Definition at line 31 of file saf_utility_sort.c.