Static Public Member Functions
vbl_sort_helper< T > Struct Template Reference

Collection of common predicates for sorting. More...

#include <vbl_sort.h>

List of all members.

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 28 of file vbl_sort.h.


Member Function Documentation

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

Definition at line 30 of file vbl_sort.h.

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

Definition at line 35 of file vbl_sort.h.


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