Public Member Functions

qLess< T > Class Template Reference

Search for all occurrences

Detailed Description

template<typename T>
class qLess< T >

Definition at line 156 of file qalgorithms.h.

#include <qalgorithms.h>

List of all members.

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 159 of file qalgorithms.h.

    {
        return (t1 < t2);
    }

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