Collection of common predicates for sorting. More...
#include <vbl_sort.h>
Static Public Member Functions | |
static int | ascend (const void *a, const void *b) |
static int | descend (const void *a, const void *b) |
Collection of common predicates for sorting.
Definition at line 28 of file vbl_sort.h.
static int vbl_sort_helper< T >::ascend | ( | const void * | a, |
const void * | b | ||
) | [inline, static] |
Definition at line 30 of file vbl_sort.h.
static int vbl_sort_helper< T >::descend | ( | const void * | a, |
const void * | b | ||
) | [inline, static] |
Definition at line 35 of file vbl_sort.h.