Static Public Member Functions | List of all members
vbl_sort_helper< T > Struct Template Reference

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)
 

Detailed Description

template<class T>
struct vbl_sort_helper< T >

Collection of common predicates for sorting.

Definition at line 25 of file vbl_sort.h.

Member Function Documentation

◆ ascend()

template<class T >
static int vbl_sort_helper< T >::ascend ( const void *  a,
const void *  b 
)
inlinestatic

Definition at line 27 of file vbl_sort.h.

◆ descend()

template<class T >
static int vbl_sort_helper< T >::descend ( const void *  a,
const void *  b 
)
inlinestatic

Definition at line 32 of file vbl_sort.h.


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