CompareElements< T > Class Template Reference

Compare used with sort(). More...

#include <Element.h>

List of all members.

Public Member Functions

bool operator() (const T *x, const T *y)
 Operator used for comparison.

Detailed Description

template<typename T>
class CompareElements< T >

Compare used with sort().

This class is used as the comparison class with std::sort(). The template parameter is the class to be sorted. The class needs to have the '<' operator defined.

Author
lapark
Revision
1.4
Date
2009/10/08 06:41:30
Id
Element.h,v 1.4 2009/10/08 06:41:30 lapark Exp

The documentation for this class was generated from the following file:
 All Classes Functions Variables Friends

Generated on Tue Nov 10 14:12:10 2009 for textIR by  doxygen 1.6.1