qGreater< T > Class Template Reference

qGreater< T > Class Template Reference

#include <qalgorithms.h>

Class Description

template<typename T>
class qGreater< T >

Definition at line 166 of file qalgorithms.h.

Public Member Functions

bool operator() (const T &t1, const T &t2) const
 

Member Function Documentation

bool operator() ( const T &  t1,
const T &  t2 
) const
inline

Definition at line 169 of file qalgorithms.h.

170  {
171  return (t2 < t1);
172  }

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