![]() |
Public API Reference |
![]() |
A template providing various comparison and ordering functions. More...
#include <csutil/comparator.h>
Static Public Member Functions | |
static int | Compare (T1 const &r1, T2 const &r2) |
Compare two objects of the same type or different types (T1 and T2). |
A template providing various comparison and ordering functions.
Definition at line 36 of file comparator.h.
static int csComparator< T1, T2 >::Compare | ( | T1 const & | r1, |
T2 const & | r2 | ||
) | [inline, static] |
Compare two objects of the same type or different types (T1 and T2).
r1 | Reference to first object. |
r2 | Reference to second object. |
Definition at line 55 of file comparator.h.