SAF
Loading...
Searching...
No Matches
saf_sort_int Struct Reference

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
 

Detailed Description

Helper struct for sorting a vector of integers using 'qsort'.

Definition at line 30 of file saf_utility_sort.c.

Field Documentation

◆ idx

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.

◆ val

int saf_sort_int::val

value

Definition at line 31 of file saf_utility_sort.c.


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