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

Helper struct for sorting a vector of doubles using 'qsort'. More...

Data Fields

double 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 doubles using 'qsort'.

Definition at line 44 of file saf_utility_sort.c.

Field Documentation

◆ idx

int saf_sort_double::idx

corresponding index, so that the sorting functions may also return the sorted indexes if required

Definition at line 46 of file saf_utility_sort.c.

◆ val

double saf_sort_double::val

value

Definition at line 45 of file saf_utility_sort.c.


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