#include <Comparator.h>
List of all members.
[inline]
00038 { 00039 return x > y ? (x-y) : (y-x); 00040 }