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

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

Data Fields

float 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 floats using 'qsort'.

Definition at line 37 of file saf_utility_sort.c.

Field Documentation

◆ idx

int saf_sort_float::idx

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

Definition at line 39 of file saf_utility_sort.c.

◆ val

float saf_sort_float::val

value

Definition at line 38 of file saf_utility_sort.c.


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